Skip to content

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

The relevant models are Character, Weapon, Summon, and Job.

  • If the content is a new character weapon, link the Weapon to its associated Character in weapon.recruits_id

  • If the content is a new drawable item, 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]
Clone this wiki locally