-
Notifications
You must be signed in to change notification settings - Fork 0
Content Release Checklist
Justin Edmund edited this page Dec 26, 2023
·
8 revisions
When new content is released, make sure to complete these tasks:
-
Add new content to model tables (
Character
,Weapon
,Summon
, orJob
) -- [ ] If the content is a new character weapon, link theWeapon
to its associatedCharacter
inweapon.recruits_id
-- [ ] If the content is a new drawable item, create a new row in thegacha
table with the correct promotion and season flags -
Download images and upload to S3 You can an download arbitrary number of images per model (
character
,weapon
,summon
) using Rake tasks:
rake granblue:download_images[model, id1, id2, ...]
- Rebuild multisearch caches for any affected models (
Character
,Weapon
,Summon
,Job
) for search and @mentions
rake pg_search:multisearch:rebuild[model]
- Update the
UpdatesPage
in https://github.com/jedmund/hensei-web