-
Notifications
You must be signed in to change notification settings - Fork 3
MidPresentation
nyminna edited this page Nov 4, 2022
·
7 revisions
Service title and logo Short summary of our service
There are two main functions, ‘Review’ and ‘Recommendation.’
Users can post a review in Product Detail Page through rating and leaving a comment. The rating prompt differs by the category of food.
Recommendations for products will be shown in various pages, Main Page, Product List Page and My Page. Main page will be demonstrated as an example.
- For users who are already registered, users would enter login info and click the Submit Button to redirect to the Main Page. The, users are successfully logged in.
- For users who are not registered, users would enter login info and click the Submit Button to redirect to the User Suvery Page. Thus, users can enter additional user personal information.
TEST: If user submits survey, it redirects to Main page.
The User Information Page provides some questions to get specific user information. The answers are stored in the user database.
TEST: If user submits survey, it redirects to Main page.
shows product recommendations
TEST:
- Recommendations based on user information
- If user clicks the product block, it redirects to Product Detail page
post user’s review/ show list of reviews
TEST:
- Evaluation items are not visible before evaluation, and there is a 'Complete evaluation' button in the middle of the gray box
- If you press the "Create" button, the evaluation box becomes available for evaluation, and if you press "Save" after evaluation, the evaluation is stored in the database. At this time, the 'Save' button is located in the upper right corner of the evaluation box.
- After storing the evaluation, the information evaluated by the user is revealed in the evaluation box. The "Save" button changes to "Modify". (Press the 'Modify' button to repeat the process twice)
- After the evaluation evaluation is completed, the user's evaluation is uploaded to the review list.