Commit graph

7 commits

Author SHA1 Message Date
e5ecfbd95f Implement SummonProcessor
Process summon data from deck
2025-02-17 22:54:21 -08:00
1dd8ae6159 Implement JobProcessor
Process job, job skill, and job accessory data from deck
2025-02-17 22:42:13 -08:00
e208e7daa9 Implement WeaponProcessor
Process weapon data from deck
2025-02-17 22:08:39 -08:00
3378e7114f Implement CharacterProcessor
Process character data from deck
2025-02-17 22:08:18 -08:00
15729ec7a8 Updates for weapon series
- Change to new series numbers
- Add static method for querying whether the weapon's element is changeable
- Add a new method to return a text slug for the weapon's series
2025-02-17 20:33:48 -08:00
86287ec10a Fix count filters and refactor apply_filters 2025-02-13 22:27:01 -08:00
a042847aab
Migrate to Query Builder (#179)
* Moved queries into PartyQueryBuilder service

PartyQueryBuilder supersedes PartyQueryingConcern as it is also used for UsersController (and is our fix for profiles being broken)

* Implement PartyQueryBuilder in controllers

* Update summon_transformer.rb

This should fix the transformer so that we properly capture summons and subaura summons

* Update parties_controller_spec.rb

* Add NewRelic license key

* Add Sentry

Why not?
2025-02-12 23:43:02 -08:00