Create Your Own Ring - PowerPoint PPT Presentation

1 / 20
About This Presentation
Title:

Create Your Own Ring

Description:

Process the payment through Amazon's existing payment system. System Requirements ... Commodity approach (as with books and electronics) Jewelry retailers are ... – PowerPoint PPT presentation

Number of Views:43
Avg rating:3.0/5.0
Slides: 21
Provided by: fred2
Category:
Tags: amazon | books | create | ring

less

Transcript and Presenter's Notes

Title: Create Your Own Ring


1
Introduction
  • Create Your Own Ring
  • http//www.amazon.com/gp/cyo/cyo-state-manager.htm
    l

2
Purpose
  • Allow users to search for the exact type of
    diamond they would like
  • Allow users to choose from available settings
  • Process the payment through Amazons existing
    payment system

3
System Requirements
  • Create a simple, easy to use interface.
  • Match the existing Amazon.com design.
  • Use a three part process
  • Diamond selection
  • Setting selection
  • Final product
  • Use large, clear images so the customer knows
    exactly what they are selecting.
  • Have the ability to dynamically change both the
    diamond and setting.
  • Include detailed specifications for each diamond
    and setting.

4
System Functionality
  • Interactive tool that enables users to create
    their own ring based on ranges of key attributes
  • Shape
  • Price
  • 4 Cs
  • Clarity
  • Cut
  • Carat
  • Color

5
System Functionality
  • Proprietary search engine
  • Ajax-interactive GUI
  • Asynchronous JavaScript and XML
  • Eliminates page refresh when user requests a
    change
  • Pages are dynamically created via JavaScript on
    the client
  • Increase in speed of dataset retrieval
  • Mimics a tightly coupled application

6
System Functionality Ajax vs. Classic Model
Source developer.com
7
System Functionality Conventional Processing
Source developer.com
8
System Functionality AJAX Processing
Source developer.com
9
System Functionality
  • Other functions
  • Progress indicator to maintain user interest
    during server calls
  • Easy to follow, full-featured instructions on
    diamond selection
  • Excellent tutorials on diamond characteristics
    and precious metals

10
System Functionality
  • Some functionality issues
  • Can not view created ring until last step
  • Script does not work with some browsers
  • If you encounter problems with this page, try
    our basic diamond search added to handle
  • Data intensive
  • Possible performance issues with non broadband
    internet connections

11
Functionality Summary
  • Somewhat Effective
  • Sales increased 250 after introduction
  • Some people will not Buy 10,000 ring via point
    and click
  • Commodity approach (as with books and
    electronics)
  • Jewelry retailers are here to stay

12
Interface
Default Query
Select Count() from Diamond Where Shape
Round and Price 100 and Price 125000 and Carat .26 and Carat 1 and Cut E and Color
1 and Clarity 13
DFD
14
The DIAMOND table has the attributes required to
describe and specify a diamond
15
Tracking the Settings
16
Partial ERD
17
Implementation
  • The User Interface must be able to display all
    information in a user-friendly and efficient
    manner
  • It must be able to acquire all relevant
    information to fully and properly complete the
    respective database tables

18
Implementation
  • AJAX allows user defined changes to be updated on
    screen in real-time appearance
  • Beneficial to both the user and overall system
    stability
  • No constant reloads of the page
  • Frees up bandwidth and saves time

19
Implementation
  • The web app would display and extract all
    necessary info for the user
  • AJAX would display each query with interactive
    abilities and speed
  • Each query would be run through the database

20
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com