AbandonTech / AbandonTech/abandonauth
Add Endpoint for Editing Developer Application Names
未关闭
backend
enhancement
good first issue
- 主要语言
- Python
- 星标
- 4
- 派生
- 2
- 平均合并
- 59 分钟
- 30 天内合并 PR
- 1
描述
## Summary
Developer application names should be editable, we should add a way to modify a developer application name. This could possibly be done with a generic `patch` endpoint for `/developer_application`. This endpoint will only be able to modify the name, in the future we may want to add additional fields that can be edited here.
贡献指南
这个仓库没有索引到贡献指南
调研方向
在 codebase 中查找现有的 developer applications endpoints,可能在类似 `routes/developer_applications.py` 的文件中。理解 developer applications 的数据模型,可能使用 Prisma。创建一个位于 `/developer_application` 的 PATCH endpoint,接受 name 字段并更新记录。确保正确的 validation 和 authorization。使用现有 test suite 测试该 endpoint。
由索引模型根据 Issue 内容生成。
评估
- 领域
- api, backend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100