Dym077 / django-blog

django-blog
0 stars 0 forks source link

User Story: Review on posts #36

Closed Dym077 closed 2 months ago

Dym077 commented 3 months ago

As a logged in user I can comment on other users' posts so that I can interact with them

***Acceptance Criteria

Dym077 commented 2 months ago

When a user comments on a post, the browser returns NaN istead of the proper integer next to the comments icon. This bug has been solved with help from Roman from tutor support. The serializer was missing a comments_count filed and therefor the frontend couldn't interpret the comment as a number.

Dym077 commented 1 month ago

This user story is now changed to the review user story. There are some extra fields added to it but the only mandatory fields are "content" and "rating".