hensei-api/app
Justin Edmund 8f77a1f613 Refactor grid blueprints
- **GridCharacterBlueprint:**
  - Removed `:minimal` view restriction on `party` association.
  - Improved nil checks for `ring1`, `ring2`, and `earring` to prevent errors.
  - Converted string values in `awakening_level`, `over_mastery`, and `aetherial_mastery` fields to integers for consistency.
  - Ensured `over_mastery` and `aetherial_mastery` only include valid entries, filtering out blank or zero-modifier values.

- **GridWeaponBlueprint:**
  - Removed `:minimal` view restriction on `party` association.
  - Ensured `weapon` association exists before accessing `ax`, `series`, or `awakening`.
  - Improved conditional checks for `weapon_keys` to prevent errors when `weapon` or `series` is nil.
  - Converted `awakening_level` field to integer for consistency.

- **GridCharacterBlueprint:**
  - Removed `:minimal` view restriction on `party` association.
2025-02-09 18:03:35 -08:00
..
assets
blueprints/api/v1 Refactor grid blueprints 2025-02-09 18:03:35 -08:00
controllers Optimize party loading by adding eager loading to set_from_slug 2025-02-09 18:00:14 -08:00
errors
jobs
models Remove preview expiry constants 2025-02-07 01:59:53 -08:00
services Update logic and logs 2025-02-07 02:06:40 -08:00