COSC481W-2022Winter / capstone-hackmcx

capstone-hackmcx created by GitHub Classroom
0 stars 1 forks source link

Adding top Caption to GET /v1/posts Endpoint #56

Closed zxkevin closed 2 years ago

zxkevin commented 2 years ago

As a business user I want to persist each Rating for each Caption so that I can retrieve it later to use for data presentation.

Tasks:

Acceptance Criteria:

sjiang1 commented 2 years ago

How do you define the rating of a post? Is it an average rating of all the ratings?

3dxp commented 2 years ago

Yes, the rating will be some numeric value that is averaged for every rating that is submitted for a caption on a post.