hensei-api/app/blueprints/api/v1
Justin Edmund 5c8955d0cc
Allow users to delete parties with remixes (#111)
There was a bug that prevented users from deleting parties with remixes, because the source party reference was not being nulled.

We fixed that with `dependent: :nullify` but also added a boolean key to the parties database to track if a party is a remix or not. This way, if a party is flagged as a remix but the source party is null, we know that the original party was deleted and can message this on the frontend.
2023-07-01 21:37:11 -07:00
..
api_blueprint.rb Create api_blueprint.rb 2022-12-21 01:20:13 -08:00
awakening_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
character_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07: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 February 2023 Update (#48) 2023-02-04 23:46:12 -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 June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
grid_summon_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
grid_weapon_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
guidebook_blueprint.rb Adds guidebooks and gacha tables (#95) 2023-06-04 22:23:34 -07:00
job_accessory_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
job_blueprint.rb Re-implement latest PRs on a clean Git history (#86) 2023-03-17 05:03:50 -07:00
job_skill_blueprint.rb Update blueprints to remove id field or identifier 2022-12-21 21:07:26 -08:00
party_blueprint.rb Allow users to delete parties with remixes (#111) 2023-07-01 21:37:11 -07:00
raid_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
raid_group_blueprint.rb June 2023 Update (#102) 2023-06-19 03:53:48 -07:00
summon_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
update_blueprint.rb February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
user_blueprint.rb Add theme to user table and blueprint 2022-12-25 16:01:40 -08:00
weapon_blueprint.rb Ensure weapons without awakenings do not expose key 2023-06-21 01:07:55 -07:00
weapon_key_blueprint.rb Re-implement latest PRs on a clean Git history (#86) 2023-03-17 05:03:50 -07:00