5 Sprint 1 Backlog
5 Sprint 1 Backlog
Feature
1 My Profile Page
2 Cart Page
3 Transaction Page
4 Delete Customer Details – Programming
5 Activate Customer Profile – Programming
6 Search Customer by Email Domain – Programming
7 Calculate Total Price for Selected Products – Programming
8 Use of Product & Customer table and JOIN Operations.
9 Use of Product Table and Subqueries implemetation.
10 Use of Product Table and implement Having caluse.
SlNo Feature Story number Description (Card)
As part of 1_PBL_UI : US_UI_003, On the Navigation Bar, there is a hyperlink named "My Profile" which when
clicked will route you to "My Profile" page.
As part of 1_PBL_UI : US_UI_003, On the Navigation Bar, there is a hyperlink named "Cart" which when clicked will
route you to "Cart" page.
- In case there are no items in the cart, then page must display "Your cart is empty" and below that there must
be a hyperlink saying "View Products". If "View Products" is clicked then user is routed back to the home page (as
part of 1_PBL_UI : US_UI_003) when all the products are visible.
- If user have some item(s) in the cart:
* On the left half of the page, they would be able to see the products that are in their cart and their
individual prices.
* On the right half at top, they would see a "Summary" , which will show the product price listing and the
"Total Amount".
* There would be delete button beside every product, to remove it from the cart.
* There would be a "Checkout" button below "Summary", by clicking on it you would be routed to the
"Transaction Page" (as part of US_UI_003 – next user story) to complete the transaction and get the invoice.