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
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.
Pull all data from local database and render it on the screen.
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.
The text was updated successfully, but these errors were encountered:
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:
Pull all data from local database and render it on the screen.
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.
The text was updated successfully, but these errors were encountered: