hensei-api/app
Justin Edmund 9b01aa0ff3 add crew and crew_membership models with migrations
- crews table with name, gamertag, granblue_crew_id, description
- crew_memberships with role enum (member/vice_captain/captain)
- partial unique index ensures one active crew per user
- updated User model with crew associations and helper methods
2025-12-03 22:41:19 -08:00
..
assets Implement embed images (#173) 2025-01-18 09:08:15 -08:00
blueprints/api/v1 include grade in artifact blueprints by default 2025-12-03 13:32:53 -08:00
controllers add rarity filter to collection artifacts index 2025-12-03 21:26:46 -08:00
errors fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
helpers Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
jobs add artifact image download service and job 2025-12-03 13:37:10 -08:00
models add crew and crew_membership models with migrations 2025-12-03 22:41:19 -08:00
services add artifact import from game data 2025-12-03 14:20:21 -08:00