Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
55 stars 258 forks source link

feat: implements a new GET route /users?profile=true #2201

Closed vikasosmium closed 1 month ago

vikasosmium commented 1 month ago

Date: 08-Oct-2024

Developer Name: Vikas Singh

Design Doc: Deprecate /users/self GET Route and Implement New Replacement Route #2126


Issue Ticket Number

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Screenshots

Screenshot 1

Test Coverage

1. Unit Test

Screenshot 2024-10-09 071621

Screenshot 2024-10-16 003454

Screenshot 2024-10-16 003407

Screenshot 2024-10-16 003529

  1. Integration Test

Screenshot 2024-10-16 003651

Screenshot 2024-10-16 003706

Screenshot 2024-10-16 003734

shubhdevelop commented 1 month ago

Add: Test Coverage Screenshot, screenrecording of development testing

shubhdevelop commented 1 month ago

change the documentation in api-contracts

Mir-SA commented 1 month ago

@vikasosmium can you please add test coverage? some of the tests in this pr seem to fail in my local build... image image

vikasosmium commented 1 month ago

I have added test coverage screenshots.

shubhdevelop commented 1 month ago

did you update the api-contract documentation?? if yes, then add the PR in the description

shubhdevelop commented 1 month ago

nit: add the link of the relevant design doc in the additional notes