feat: retrospective meeting migration
Migrates sprint retrospective meeting from zoom to google drive and posts the link to respective cell forum.
Test instructions
You can find successful run of this new schedule here
To test locally:
- Launch any retrospective meeting from opencraft calendar. Let it start recording and then leave.
- export environment variables locally (ignore DISCOURSE_API_*, it is handle by
DISCOURSE_CONFIG
), ref - Make sure to set
DEBUG=True
- run
make migrate_retro_meetings
- Inspect drive folder for uploaded video.
- Check forum post printed in console.
- Finally delete the retrospective meeting from zoom recordings either from zoom ui or run the above script with
DEBUG=False
and make sure to change discourse config to something random.
Other information
Private-ref
: BB-6586
Post merge checklist
-
Update env variables -
create new schedule for retro migration
Edited by Navin Karkera