Project 1-Evaluation Guidelines
The following are guidelines that will be used in evaluating Project
1. These are APPROXIMATE GUIDELINES ONLY and
are not set in stone. The point values may
alter and this is only meant as a general guideline. |
points 200
=======================
- 10 points Homepage with Navigation Bar to homepage, products page,etc.
- 5 points Product Page (has links of the 25 product pages organized nicely)
- 25 Individual Product pages (organized well and must have add to cart button)
- 10 pnts Adequately Commented Code
- 50 points cart.php correctly add product selected to session and adds to the "Cart" and returns nicely displayed Cart with checkout button. Note the current total is caclulated and displayed. Note a user can return to a product page to make an additional order. Also, should recognize if this is a product already in cart and update quantity.You can assume a tax rate of 8% and shipping fee of $2 for ALL orders.
- +20 extra points (up to 100% max) to add user invoked remove and update quantity features from the cart.php output interface.
- 10 points userinfo.php generates the Shipping form to collect uers info and has a button "Continue" that links to payment.php
- 30 points payment.php stores all the information from the userinfo.php form into the session and displays the payment information that needs to be collected and has a "Submit" button that links to the finalOrder.php program
- 30 points finalOrder.php - reads in all the session information from the previous form and displays the information to the user and clears the session.
- 30 Documentation:
- 10 pnts Section 1
- 5 points Status
- 5 points Add to cart multiple times
- 10 points check out process w
- - 20 points if no code is ziped up and have to ask for it ---zip up the entire project directory in 1 zip
- -10 points if do not give a URL but, it does exist
- -20 points if did not give URL because code is not uploaded
|
|
|