RealDevSquad/todo-action-items
Remove /self endpoints and implement a new available API Endpoint
Ouverte
#263 ouverte le 4 janv. 2025
frontendgood first issue
Métriques du dépôt
- Stars
- (5 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Issue Description
Remove all /self Endpoints and implement a new available API Endpoint across all repos.
List
-
- /user/self/intro
-
- /trade/stock/new/self
-
- /extension-requests/self
-
- /tasks/assign/self
-
- /users/self PATCH
-
- /tasks/self/:id
-
- /tasks/self
Below is the mentioned list of repos where /self is currently being used for each route individually:
-
- [ ]
-
- [ ]
Expected Behavior
We should have removed the usage of the /self API Endpoint and should be using the new API endpoints.
Current Behavior
Currently, we are using the /self API Endpoint.
Screenshots
Reproducibility
- This issue is reproducible
- This issue is not reproducible
Steps to Reproduce
- Go to every repo and check where we use and call /self Endpoints.
Severity/Priority
- Critical
- High
- Medium
- Low
Additional Information
Checklist
- I have read and followed the project's code of conduct.
- I have searched for similar issues before creating this one.
- I have provided all the necessary information to understand and reproduce the issue.
- I am willing to contribute to the resolution of this issue.