You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
As a developer or backend user role, I want the API to validate the input and return descriptive 400 errors so that the frontend can guide users to fix the mistakes.
Criteria to fix this:
Add input validation on ALL endpoints
Return JSON with specific field errors
Log the invalid requests with user context for debugging
Add frontend validation to prevent the unnecessary error 400s
As a developer or backend user role, I want the API to validate the input and return descriptive 400 errors so that the frontend can guide users to fix the mistakes.
Criteria to fix this: