ruichen199801 / forxnews

CIS550 database course project
https://youtu.be/nuDBwg3mG6o
0 stars 1 forks source link

[TBD] Rating Chart #51

Closed ruichen199801 closed 1 year ago

ruichen199801 commented 1 year ago

In RestaurantDetail and Reviewer page, add a rating chart between header and review divider to visualize rating distribution by number of stars similar to Yelp.

We can:

  1. write a SQL query to get number of ratings each star per restaurant/reviewer
  2. use AndD Pro's basic chart (https://charts.ant.design/en/examples/bar/basic#basic) to implement frontend view
ruichen199801 commented 1 year ago

Issue closed as this will not be implemented.