micro7duylong / ComeBack-Seed

project ComeBack which integrate with OnePos
1 stars 0 forks source link

Feature: View a product #1

Closed micro7duylong closed 1 year ago

micro7duylong commented 1 year ago

Feature: View a product, depend on Op-55: list a product

Narrative:

As a Come Back user I want to see all the products available in the store So that I can pick one and view them product image, name, price.

Scenarios:

Background: GIVEN I'm already open the app

Scenarios 1: GIVEN I'm on home page of the app WHEN I tap on the button Menu Product on Bottom Navigation Bar to navigate to menu product screen THEN I should see " menu products " presented on screen

Scenarios 2 GIVEN I'm on list menu product screen WHEN I tap on the product I want to view THEN I'll be taken to Product detail screen include product information( image, name, price...) and button " Buy now "

Technical requirement

These technical requirement are to be implemented in code