fix(07): revise plans based on checker feedback

This commit is contained in:
2026-03-12 13:30:10 +01:00
parent c57311adb4
commit cccac351cf
2 changed files with 8 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ requirements: [QADD-01, QADD-03]
must_haves:
truths:
- "A quick_add_items table exists with user_id, name, icon, and sort_order columns"
- "The API accepts and returns quick-add items with name, icon, and sort_order in all CRUD responses"
- "API returns a list of quick-add items for the authenticated user"
- "API can create, update, and delete quick-add items"
- "Quick-add items are user-scoped — one user cannot see another's items"