mantimon-tcg/backend/app/schemas
Cal Corum ca3aca2b38 Add has_starter_deck to user profile API response
The frontend routing guard checks has_starter_deck to decide whether to
redirect users to starter selection. The field was missing from the API
response, causing authenticated users with a starter deck to be
incorrectly redirected to /starter on page refresh.

- Add has_starter_deck computed property to User model
- Add has_starter_deck field to UserResponse schema
- Add unit tests for User model properties
- Add API tests for has_starter_deck in profile response

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 23:14:04 -06:00
..
__init__.py Phase 3: Collections + Decks - Services and DI architecture 2026-01-28 11:27:14 -06:00
auth.py Implement Phase 2: Authentication system 2026-01-27 21:49:59 -06:00
collection.py Phase 3: Collections + Decks - Services and DI architecture 2026-01-28 11:27:14 -06:00
deck.py Fix medium priority issues from code review 2026-01-28 14:32:08 -06:00
game.py Implement REST endpoints for game management (API-001) 2026-01-29 23:09:12 -06:00
user.py Add has_starter_deck to user profile API response 2026-01-30 23:14:04 -06:00
ws_messages.py Complete Phase 4 implementation files 2026-01-30 08:03:43 -06:00