RealDevSquad/todo-action-items

Remove /self endpoints and implement a new available API Endpoint

Open

#263 opened on Jan 4, 2025

 (2 comments) (0 reactions) (0 assignees) (10 forks)auto 404
frontendgood first issue

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

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

  1. 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.

Contributor guide