hensei-api/app/jobs
Justin Edmund c8f7204b08
Add game_id to raids (#208)
* add game_id to raids

* rename game_id to enemy_id, add summon_id

* add raid image downloader

* add download endpoints for raid images

- download_image action for single image download (icon/thumbnail)
- download_images action to queue async download job
- download_status action to check job progress

* add quest_id and lobby/background image sizes for raids

- add quest_id column to raids table
- add lobby and background image downloads using quest_id
- lobby uses quest_id with "1" appended
- background uses quest_id for treasureraid directory
2026-01-07 23:59:20 -08:00
..
application_job.rb Implement embed images (#173) 2025-01-18 09:08:15 -08:00
cleanup_party_previews_job.rb Implement embed images (#173) 2025-01-18 09:08:15 -08:00
download_artifact_images_job.rb add artifact image download service and job 2025-12-03 13:37:10 -08:00
download_character_images_job.rb add character creation + image download API 2025-12-01 00:48:40 -08:00
download_raid_images_job.rb Add game_id to raids (#208) 2026-01-07 23:59:20 -08:00
download_summon_images_job.rb summons: add validate, create, download endpoints 2025-12-01 02:41:16 -08:00
download_weapon_images_job.rb weapons: add validate, create, download endpoints 2025-12-01 03:04:15 -08:00
generate_party_preview_job.rb More embed image bandaids (#175) 2025-01-18 22:32:13 -08:00