hensei-api/app/blueprints/api/v1
Justin Edmund 31e05179e2
Add granblue_id to WeaponKeys (#77)
* Small Rails 7 configuration changes (#72)

* Remove log call

* Show EMP skills for Row 5 classes

Row 4 EMP skills were not showing up, so you couldn't set Rage IV on Viking, for example

* Allow adding EMP skills from prior rows to team

We let you search but didn't fix the server-side validation check for skills

* Add `granblue_id` column to WeaponKeys table

This should have a `NOT NULL` constraint, but due to existing data it is nullable until we can update all environments with values.

* Add granblue_id to WeaponKeyBlueprint

* Migrate database
2023-03-16 08:35:28 -07:00
..
api_blueprint.rb Create api_blueprint.rb 2022-12-21 01:20:13 -08:00
character_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
conflict_blueprint.rb Refactor weapon conflicts into model validations 2023-01-02 21:24:53 -08:00
empty_blueprint.rb Update blueprint for availability endpoints 2022-12-22 18:12:34 -08:00
error_blueprint.rb Add basic validation for various mastery bonuses 2023-01-07 07:51:04 -08:00
favorite_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
grid_character_blueprint.rb Implement removing characters and weapons 2023-01-20 21:39:20 -08:00
grid_summon_blueprint.rb Add transcendence_step to output 2023-01-22 21:02:06 -08:00
grid_weapon_blueprint.rb Implement removing characters and weapons 2023-01-20 21:39:20 -08:00
job_accessory_blueprint.rb Add controller, blueprint and route for JobAccessories 2023-01-23 20:52:20 -08:00
job_blueprint.rb Add job accessory boolean and type to output 2023-01-30 04:08:45 -08:00
job_skill_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
party_blueprint.rb Add local_id to Party object 2023-01-31 00:54:17 -08:00
raid_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
summon_blueprint.rb Add XLB and stats to JSON output 2023-01-22 19:57:57 -08:00
update_blueprint.rb Add version field 2023-01-25 20:03:00 -08:00
user_blueprint.rb Add theme to user table and blueprint 2022-12-25 16:01:40 -08:00
weapon_blueprint.rb Add AX type to blueprint 2023-01-02 21:32:11 -08:00
weapon_key_blueprint.rb Add granblue_id to WeaponKeys (#77) 2023-03-16 08:35:28 -07:00