Team:
B
Team Members:
R. Decker, M.Dent, M.Gonzalez, J.Romanelli
Date:
May 11, 2007
Project Title
Williams Specialty Company(WSC) eCommerce Web Site
1. System Overview
To create an E-commerce site providing outreach services, displaying the companies catalog, and taking customer orders through a web portal.
A customer can only order one item per form however they can make as many orders as they like.
2. Methodology Description
For this project our methods are these
1.) Read statement of work to understand the needs and wants of WSC
2.) Meet as a team on Wednesday’s and Friday’s and occasional Monday’s
3.) Create a Project Plan
4.) Create/Complete the team charter
5.) Create Requirements Specification …show more content…
Requirement 1
Create several tables:
The Carts-table – will contain the username, details, cataloged
The Catalog-table – will contain the cataloged, description, notes, photo, thumb photo, price
The Clients-table – will contain the clientID, clientName, clientAddress, ClientCity, ClientState, ClientZip, ClientPhone, clientContactName
The Orders-table – will contain the orderID, catalogID, clientID, paymentID, details, price, orderDate
The Payments-table – will contain the paymentID, cardholderName, cardType, cardNumber, cardExpiration
The Users-table – will contain the username, userPassword, userEmail, clientID
3.3. Requirement 2
Create a web-site for customers to view and make a purchase if they desire – you must be logged in to make a purchase
The site will display several web-pages:
Master1.cs – not actually a web page, but instead acts as a template for all the other pages. It has the main links on the page which will display on each page – the links are (home, catalog, my account, shopping cart, and log in) the tabs are located at the top of each page default.aspx - has the main links as stated above (master1.aspx)
Is a page that welcomes you to William Specialty Company’s site and an addition catalog link that takes you to the …show more content…
account.aspx – has the main links as stated