Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Integrate] As a user, I can see all the products of a type when entering the products list screen #36

Open
6 tasks
minhnimble opened this issue Jul 14, 2021 · 0 comments
Labels
feature New feature integration Integration task
Milestone

Comments

@minhnimble
Copy link
Owner

minhnimble commented Jul 14, 2021

Why

The users will be able to see and interact with the products list in the Products List screen. Furthermore, users can filter the contents accordingly to their needs or just simple go back. Finally, users can mark a product as their favorite item by using the Favorite button.

Acceptance Criteria

  • When users open the Products List screen, load all products list data from server using the selected product type from previous step.
  • Populate data for each item, including a product image url, a product title, a product price and a favorite status.
  • Users can toggle and update the favorite status of a product item to the server.
  • Allow users to scroll vertically for seeing more contents if the items count exceeds the screen height size.
  • Users can go back to the corresponding previous step using the Back button.
  • Users can navigate to Filter Products screen when click on the Filter button.

Resources

  • UX Flow for entering from the Discover screen:
Screen.Recording.2021-07-14.at.17.37.46.mov
  • UX Flow for entering from the Shop screen:
Screen.Recording.2021-07-14.at.17.41.17.mov
@minhnimble minhnimble added feature New feature integration Integration task labels Jul 14, 2021
@minhnimble minhnimble changed the title [Integrate] As a user, I can see all the products of a type when enter Products List screen [Integrate] As a user, I can see all the products of a type when enter the products list screen Jul 28, 2021
@minhnimble minhnimble added this to the 0.3.0 milestone Jul 28, 2021
@minhnimble minhnimble changed the title [Integrate] As a user, I can see all the products of a type when enter the products list screen [Integrate] As a user, I can see all the products of a type when entering the products list screen Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature integration Integration task
Projects
None yet
Development

No branches or pull requests

1 participant