RealDevSquad/todo-action-items

Remove /self endpoints and implement a new available API Endpoint

オープン

#263 opened on 2025/01/04

 (2 件のコメント) (0 件のリアクション) (0 人の担当者) (10 件のフォーク)auto 404
frontendgood first issue

Repository metrics

Stars
 (5 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド