hensei-api/app
Justin Edmund 1f80e4189f
Add weapon stat modifiers for AX skills and befoulments (#202)
* add weapon_stat_modifiers table for ax skills and befoulments

* add fk columns for ax modifiers and befoulments, replace has_ax_skills with augment_type

* update models for weapon_stat_modifier fks and befoulments

* update blueprints for weapon_stat_modifier serialization

* update import service for weapon_stat_modifier fks and befoulments

* add weapon_stat_modifiers controller and update params for fks

* update tests and factories for weapon_stat_modifier fks

* fix remaining has_ax_skills and ax_modifier references

* add ax_modifier and befoulment_modifier to eager loading

* fix ax modifier column naming and migration approach

* add game_skill_ids for befoulment modifiers
2025-12-31 22:20:00 -08:00
..
assets Implement embed images (#173) 2025-01-18 09:08:15 -08:00
blueprints/api/v1 Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00
controllers Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00
errors move WikiError into Granblue namespace to fix production autoloading 2025-12-14 12:41:07 -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 weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00
services Add weapon stat modifiers for AX skills and befoulments (#202) 2025-12-31 22:20:00 -08:00