Flagsmith / Flagsmith/flagsmith
Some Django models are not soft-deletable
Open
api
tech-debt
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
During #6760, we found that the following models are not soft-deletable:
- InviteLink
- OrganisationWebhook
- Tag
- SlackEnvironment
- EnvironmentAPIKey
- Webhook
- Identity
- Trait
- MultivariateFeatureOption
- FeatureSegment
- MultivariateFeatureStateValue
- MetadataField
- MetadataModelField
- MetadataModelFieldRequirement
- Metadata
We need to understand the reasons for them to stay hard-deletable and document those, or convert them to soft-deletable, if possible.
Contributor guide
Assessment
This issue has not been assessed yet.