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

4. Product reviews screen #78

Open
4seer opened this issue Mar 6, 2020 · 0 comments
Open

4. Product reviews screen #78

4seer opened this issue Mar 6, 2020 · 0 comments
Labels
architecture Move to clean architecture product reviews Product reviews and ratings
Milestone

Comments

@4seer
Copy link
Owner

4seer commented Mar 6, 2020

4.1. Product Review List use-case: User clicks on start rating on the product details screen. List of review is loaded with summary at the top. An API call is made to update list of review for current product. New Reviews are shown at the bottom.

4.2. Filter by photos use-case: User clicks “with photos” checkbox. If checked then only reviews with photos are displayed. If unchecked then all reviews are shown.

4.3. Write a review use-case: User clicks “Write a review” button. A popup appears with ability to add review, rating and photos. User clicks button to add new review. The review is added to local database. User is redirected to the list of reviews for current product. API call is made to add review to the server.

Product reviews discussion

E-commerce App Use-Case Description

Within this task you need to do the following:

  1. Pull all data from local database and render it on the screen.

  2. At this time mock remote repository calls for fetching data from a local JSON file. The data structure and method names should be taken from WooCommerce REST API docs.

@4seer 4seer added product reviews Product reviews and ratings architecture Move to clean architecture labels Mar 6, 2020
@4seer 4seer added this to the Backend API milestone Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Move to clean architecture product reviews Product reviews and ratings
Projects
None yet
Development

No branches or pull requests

1 participant