hensei-api/app/models
Justin Edmund 4c8f4ffcf3 add phantom players for non-registered crew members
- phantom_players table for tracking scores of non-user members
- claim flow: officer assigns phantom to user, user confirms, scores transfer
- CRUD endpoints plus /assign and /confirm_claim actions
- model/request specs for all functionality (37 examples)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 23:55:15 -08:00
..
concerns add artifact models with skill validations 2025-12-03 12:58:32 -08:00
app_update.rb
application_record.rb
artifact.rb add artifact models with skill validations 2025-12-03 12:58:32 -08:00
artifact_skill.rb add artifact models with skill validations 2025-12-03 12:58:32 -08:00
awakening.rb Jedmund/fix image embeds 4 (#177) 2025-02-09 22:50:18 -08:00
character.rb add season/series validations, scopes, helpers to Character 2025-12-02 04:09:55 -08:00
collection_artifact.rb add reroll_slot to artifact models 2025-12-03 13:27:26 -08:00
collection_character.rb add default awakening, sorting, filtering scopes to CollectionCharacter 2025-12-02 17:19:07 -08:00
collection_job_accessory.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_summon.rb fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
collection_weapon.rb update models to use weapon_series associations 2025-12-03 10:45:48 -08:00
crew.rb add phantom players for non-registered crew members 2025-12-03 23:55:15 -08:00
crew_gw_participation.rb add GW events and scoring system 2025-12-03 23:34:54 -08:00
crew_invitation.rb add crew invitations system 2025-12-03 23:06:07 -08:00
crew_membership.rb add crew and crew_membership models with migrations 2025-12-03 22:41:19 -08:00
data_version.rb
favorite.rb
gacha.rb
grid_artifact.rb add collection refs and sync methods to grid models 2025-12-03 22:42:29 -08:00
grid_character.rb add collection refs and sync methods to grid models 2025-12-03 22:42:29 -08:00
grid_summon.rb add collection refs and sync methods to grid models 2025-12-03 22:42:29 -08:00
grid_weapon.rb add collection refs and sync methods to grid models 2025-12-03 22:42:29 -08:00
guidebook.rb
gw_crew_score.rb add GW events and scoring system 2025-12-03 23:34:54 -08:00
gw_event.rb add GW events and scoring system 2025-12-03 23:34:54 -08:00
gw_individual_score.rb add phantom players for non-registered crew members 2025-12-03 23:55:15 -08:00
job.rb Fix filters and add processors (#181) 2025-02-17 23:51:50 -08:00
job_accessory.rb
job_skill.rb
party.rb Return proper REST response for deleting a party for more endpoints 2025-09-22 02:51:50 -07:00
phantom_player.rb add phantom players for non-registered crew members 2025-12-03 23:55:15 -08:00
raid.rb
raid_group.rb
summon.rb weapons/summons: add promotion scopes and helpers 2025-12-02 04:39:30 -08:00
user.rb add crew invitations system 2025-12-03 23:06:07 -08:00
weapon.rb add series= setter for weapon, include flags in series list 2025-12-03 12:38:41 -08:00
weapon_awakening.rb Jedmund/fix image embeds 4 (#177) 2025-02-09 22:50:18 -08:00
weapon_key.rb update models to use weapon_series associations 2025-12-03 10:45:48 -08:00
weapon_key_series.rb add weapon_series and weapon_key_series tables and models 2025-12-03 10:45:25 -08:00
weapon_series.rb add weapon_series and weapon_key_series tables and models 2025-12-03 10:45:25 -08:00