When setting on unsetting the feature flag, we need to make sure to execute the migration process.
This can be applied at several levels:
- Global
- Org
- Course specific
Challenges:
- How to trigger the migration (hooks? other way?)
- How to make sure one migration is happening at a time (avoid conflicts of migrations happening at the same time, for example if someone enables and disables the flag quickly)
- How to inform the user if there was any issue during the migration, or if it has completed.
When setting on unsetting the feature flag, we need to make sure to execute the migration process.
This can be applied at several levels:
Challenges: