-
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
- Add new content to model tables
The relevant models are Character
, Weapon
, Summon
, and Job
.
If the content a new character weapon...
- Link the
Weapon
to its associatedCharacter
inweapon.recruits_id
If the content should be drawable in the gacha...
- Create a new row in the
gacha
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 - Update the
app_updates
table to generate a new toast message for all users