Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Coupleのエラー処理 #206

Open
3 tasks
shun-harutaro opened this issue Oct 14, 2024 · 0 comments
Open
3 tasks

refactor: Coupleのエラー処理 #206

shun-harutaro opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shun-harutaro
Copy link
Member

背景

二人組を作成してからの挙動に未定義の部分が多い

目的

  • すべて500エラーで返却されるためサーバからしか詳細がわからない点の解決
  • 現状:v2/cruds/couple.pyvalidate_users()で、所属済みのユーザ、未登録のユーザはValue Errorで弾いている

実装方法・タスク

  • ユーザのどちらかが、何らかのcoupleに所属している:400 bad request
  • 未登録のユーザをカップルに含めようとしている:404 not found
  • 以上のようになるよう、v2/routers/couple.pyを編集

参考資料

@shun-harutaro shun-harutaro added the enhancement New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants