hngprojects / hng_boilerplate_python_fastapi_web

Apache License 2.0
154 stars 137 forks source link

fix: corrections in blog like and dislike implementation #936

Closed chimeziriobioha closed 3 weeks ago

chimeziriobioha commented 3 weeks ago

Description

Fix 4 issues in the current blog likes and dislikes implementation.

And, update documentations and tests to account for the new changes.

Related Issue

Issue 930 Issue 931 Issue 932 Issue 933

Motivation and Context

To improve the general user experience and have a working, and then quality code base that's well tested and easy to maintain.

How Has This Been Tested?

Screenshots:

Blog Like Request

post blog like success

Blog Dislike Request

post blog dislike success

Types of changes