fix: Broken link for Product-Landing_page & Simple-Online-Store

description: When the commit was merged to move project description in folders depending upon their level, links for Simple-Online-Store on Product-Landing-page didn't updated, and same vice versa
pull/102/head
Sanjeev Yadav 5 years ago
parent 02f58c0a58
commit 540f327a2d

@ -8,7 +8,7 @@ Conversion rate - the % of the visitors which purchase the product or service.
When you have completed this app and the bonus features try leveling up your When you have completed this app and the bonus features try leveling up your
skills by expanding it to incorporate the features specified in the skills by expanding it to incorporate the features specified in the
[Simple Online Store](./Simple-Online-Store.md). [Simple Online Store](../2-Intermediate/Simple-Online-Store.md).
## User Stories ## User Stories

@ -2,7 +2,7 @@
**Tier:** 2-Intermediate **Tier:** 2-Intermediate
In the [Product Landing Page](./Product-Landing-Page.md) project you implemented In the [Product Landing Page](../1-Beginner/Product-Landing-Page.md) project you implemented
a landing page to provide your users with information about a product and to a landing page to provide your users with information about a product and to
hopefully increase your sites conversion rate. hopefully increase your sites conversion rate.
@ -19,23 +19,23 @@ feel free to choose the in memory solution of your choice.
## User Stories ## User Stories
- [ ] User can click on a 'View Products' button on the Landing Page to - [ ] User can click on a `View Products` button on the Landing Page to
display the Products Page. display the Products Page.
- [ ] User can see a card on the Products Page for each - [ ] User can see a card on the Products Page for each
Product showing the product thumbnail, name, price, a short description, Product showing the product thumbnail, name, price, a short description,
and a 'Select' button. and a `Select` button.
- [ ] User can see a Product Details page displayed when the 'Select' button - [ ] User can see a Product Details page displayed when the `Select` button
is clicked showing the same information from the product card, but also a is clicked showing the same information from the product card, but also a
unique product id, a long description, 'Add to Cart' button, and a unique product id, a long description, `Add to Cart` button, and a
'See More Products' button. `See More Products` button.
- [ ] User can see a confirmation message when the product is added to the - [ ] User can see a confirmation message when the product is added to the
shopping cart. shopping cart.
- [ ] User can click on the 'See More Products' page to return to the - [ ] User can click on the `See More Products` page to return to the
Products Page. Products Page.
- [ ] User can see a 'Shopping Cart' button on both the Landing - [ ] User can see a `Shopping Cart` button on both the Landing
Page or the Products Page. Hint: a top bar might be a good common location Page or the Products Page. Hint: a top bar might be a good common location
for this button. for this button.
- [ ] User can click on the 'Shopping Cart' button to display the Shopping - [ ] User can click on the `Shopping Cart` button to display the Shopping
Cart page containing the product id, name, price, and quantity Cart page containing the product id, name, price, and quantity
ordered input box for each product previously added to the Shopping Cart. ordered input box for each product previously added to the Shopping Cart.
- [ ] User can see a total purchase amount on the Shopping Card that is - [ ] User can see a total purchase amount on the Shopping Card that is
@ -43,13 +43,13 @@ calculated as the sum of the quantities multiplied by the unit price for each
product ordered. product ordered.
- [ ] User can adjust the quantity ordered for any product to adjust the - [ ] User can adjust the quantity ordered for any product to adjust the
total purchase amount. total purchase amount.
- [ ] User can click a 'Place Order' button on the Shopping Cart Page to - [ ] User can click a `Place Order` button on the Shopping Cart Page to
complete the order. User will see a confirmation number when the order has been complete the order. User will see a confirmation number when the order has been
placed. placed.
- [ ) User can click a 'Cancel Order' button on the Shopping Cart Page to - [ ] User can click a `Cancel Order` button on the Shopping Cart Page to
cancel the order. User will see the product quantities and the total purchase cancel the order. User will see the product quantities and the total purchase
amount reset to zero. amount reset to zero.
- [ ] User can click a 'See More Products' button on the Shopping Cart Page - [ ] User can click a `See More Products` button on the Shopping Cart Page
to return to the Products Page. If the order hasn't been placed yet this will to return to the Products Page. If the order hasn't been placed yet this will
not clear the products that have already been added to the Products Page. not clear the products that have already been added to the Products Page.

Loading…
Cancel
Save