Skip to content

MidPresentation

nyminna edited this page Nov 4, 2022 · 7 revisions

Intro

Service title and logo Short summary of our service

Demo

There are two main functions, ‘Review’ and ‘Recommendation.’

Review

Users can post a review in Product Detail Page through rating and leaving a comment. The rating prompt differs by the category of food.

Recommendation

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.

Pages and features

Login Page

  1. 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.
  2. 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.

User survey 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.

Main Page

shows product recommendations

TEST:

  1. Recommendations based on user information
  2. If user clicks the product block, it redirects to Product Detail page

Product Detail Page

post user’s review/ show list of reviews

TEST:

  1. Evaluation items are not visible before evaluation, and there is a 'Complete evaluation' button in the middle of the gray box
  2. 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.
  3. 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)
  4. After the evaluation evaluation is completed, the user's evaluation is uploaded to the review list.