You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the astronomy shop user is looking at the list of products, they should be able to click one and view the details. The details page should show a larger picture of the item, its name, full description, and price.
The user should be able to specify a quantity (via spinner?) of items to add to their cart. The cart doesn't yet exist, so it can either be created as part of this effort (very basic) or can be stubbed.
There should also be a button that allows the user to return to the main product list. In the future, there will be related products as well, but that can be skipped for now.
The text was updated successfully, but these errors were encountered:
When the astronomy shop user is looking at the list of products, they should be able to click one and view the details. The details page should show a larger picture of the item, its name, full description, and price.
The user should be able to specify a quantity (via spinner?) of items to add to their cart. The cart doesn't yet exist, so it can either be created as part of this effort (very basic) or can be stubbed.
There should also be a button that allows the user to return to the main product list. In the future, there will be related products as well, but that can be skipped for now.
The text was updated successfully, but these errors were encountered: