GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 8 forks source link

If community doesn't have team, create one in seeder #11810

Open tristan-orourke opened 13 hours ago

tristan-orourke commented 13 hours ago

🤖 Resolves #11743

👋 Introduction

We created Communities programmatically on UAT and Prod (maybe Dev, too) without creating their corresponding teams, meaning that users can't be added to them with roles.

New communities created through the UI will have teams created automatically, but this adds some code to CommunitySeeder to add teams for any communities without them.

🧪 Testing

  1. After running normal local seeding, delete the Community-type teams in the database.
  2. Try to add a user to a community. This should fail.
  3. Run php artisan db:seed --class=CommunitySeeder
  4. Repeat step 2, it should work now.

🚚 Deployment

Run php artisan db:seed --class=CommunitySeeder to ensure all