RealDevSquad/todo-action-items

Remove /self endpoints and implement a new available API Endpoint

开放

#263 创建于 2025年1月4日

 (2 条评论) (0 个反应) (0 位负责人) (10 个派生)auto 404
frontendgood first issue

仓库指标

星标
 (5 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南