Make mentioned changes in resources files to follow the same convention #898
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Status: On Hold
Issue or PR needs more info, a discussion, a review or approval from a Maintainer/Code Owner.
Description
As a contributor,
I need consistent style followed in resources file,
so that I don't get confused that whether some part of the code is missing or not.
Mocks
mentorship-backend/app/api/resources/user.py
Lines 171 to 182 in 6fe6929
Here the route is below the responses which breaks the convention.
mentorship-backend/app/api/resources/user.py
Lines 247 to 268 in 6fe6929
Here the responses aren't attached with the route function but with the put().
Acceptance Criteria
Update [Required]
Definition of Done
Estimation
4 hours
The text was updated successfully, but these errors were encountered: