Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.97 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.97 KB

Trustworthy Product Reviews

Group Members: Mariam Almalki, John Breton, Cameron Davis, Ryan Godfrey, Sarah Jaber

Tools

Project Description

Users review Products. These products could be identified by a link to the website where they are listed. A review consists of a star-rating and some text. Users can also "follow" other users whose reviews they find valuable. A user can then list products for a given category by average rating, or the average rating of only the users they follow. A user can also list the users whose ratings are the most "similar" to their own using the Jaccard distance (google it!). Product reviews can also be ranked according to the similarity score of the people who reviewed them. Users can also list the most followed users. The degree of separation (see Kevin Bacon!) according to the "follow" link can also be displayed next to each reviewer (the assumption is that the "closer" a user is to you, the more trustworthy he/she should be to you).

Milestone Objectives

Milestone 3

  • Add an Unfollow button
  • Add a user page for all users in the system, not just the user currently logged in
  • Add the ability to rank product reviews based on the similarity score of the people who have reviewed them
  • Make all dropdowns persist after they have been used
  • Add an external link to the actual product page for any product on in the service
  • Unify the styling of the site

Current ER Diagram

ER Diagram

Date: April 8th, 2022

Current UML Class Diagram of Models

Class Diagram

Date: April 8th, 2022