Skip to content

Content Release Checklist

Justin Edmund edited this page Dec 26, 2023 · 8 revisions

Database tasks

  • 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 associated Character in weapon.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

Asset tasks

  • 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, ...]

Index tasks

  • Rebuild multisearch caches for any affected models (Character, Weapon, Summon, Job) for search and @mentions
rake pg_search:multisearch:rebuild[model]

User tasks

Clone this wiki locally