hensei-api/app
Justin Edmund 7bda9a1432
Improve collection sync with scoped filtering and orphan handling (#201)
* collection sync with orphan handling

- preview_sync endpoint shows what'll get deleted before you commit
- import services handle reconciliation (find missing items, delete them)
- grid items get flagged as orphaned when their collection source is gone
- party exposes has_orphaned_items
- blueprints include orphaned field

* scope artifact sync by element and proficiency

- accept filter param in preview_sync and import
- only check/delete items matching active filter
- prevents accidental deletion of filtered-out items

* scope weapon sync by element and proficiency

- accept filter param in preview_sync and import
- element checks collection_weapon first, falls back to weapon
- proficiency joins through weapon table

* scope summon sync by element

- accept filter param in preview_sync and import
- element joins through summon table
2025-12-31 22:20:10 -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 Improve collection sync with scoped filtering and orphan handling (#201) 2025-12-31 22:20:10 -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 Improve collection sync with scoped filtering and orphan handling (#201) 2025-12-31 22:20:10 -08:00