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
Implement interactability of the food reviews on the app using the Ratings tRPC procedures #447
View Ratings
The ratings of each food item should be correctly displayed on the main screen.
Post Rating
Users should be able to rate a food item by clicking on the star icon and selecting the rating to give. This should call the trpc procedure to post the rating.
Note: When users rate the same item twice, it should override their rating. That is, it should call updateRating instead of addRating
The text was updated successfully, but these errors were encountered:
Implement interactability of the food reviews on the app using the
Ratings
tRPC procedures #447View Ratings
The ratings of each food item should be correctly displayed on the main screen.
Post Rating
Users should be able to rate a food item by clicking on the star icon and selecting the rating to give. This should call the trpc procedure to post the rating.
Note: When users rate the same item twice, it should override their rating. That is, it should call
updateRating
instead ofaddRating
The text was updated successfully, but these errors were encountered: