Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the deprecated api endpoint users/self to users?profile=true in rds.api.ts #163

Conversation

Hariom01010
Copy link
Contributor

Date: 6 Dec 2024

Developer Name: Hariom Vashista


Issue Ticket Number

Fixes : Real-Dev-Squad/todo-action-items#255 repo#16

Description

The api endpoint being used in rds.api.ts file was updated from /users/self (deprecated) to /users?profile=true.

Documentation Updated?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Screenshot 1

Test Coverage

Screenshot 1

Screenshot 2024-12-06 154227

npm run tests results are as belows:

  • 15 test files passed
  • 59 tests passed
  • Overall Result - PASS

Additional Notes

No visual or breaking changes were visible on the frontend after updating the api endpoint.

@prakashchoudhary07 prakashchoudhary07 merged commit 07f5c0a into Real-Dev-Squad:develop Dec 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove /users/self and implement a new API Endpoint
3 participants