Skip to content

Commit

Permalink
(PC-32279)[PRO] chore: add WIP_OFFERER_STATS_V2 feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
asaez-pass committed Oct 10, 2024
1 parent 216a5b8 commit 5b2665b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/pcapi/models/feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class FeatureToggle(enum.Enum):
WIP_SPLIT_OFFER = "Activer le nouveau parcours de création/édition d'offre individuelle"
WIP_SUGGESTED_SUBCATEGORIES = "Activer les sous-catégories suggérées par IA lors de la création d'offre"
WIP_EAN_CREATION = "Activer la création d'offre par EAN"
WIP_OFFERER_STATS_V2 = "Activer la nouvelle version de la page de statistiques / revenus d'une structure"
ENABLE_COLLECTIVE_OFFERS_EXPIRATION = "Activer la mise en avant des offres collectives sur le point d'expirer"
ENABLE_COLLECTIVE_NEW_STATUSES = "Activer les nouveaux statuts des offres collectives"
WIP_CONNECT_AS_EXTENDED = "Activer les redirections automatiques avec connect-as"
Expand Down Expand Up @@ -207,6 +208,7 @@ def nameKey(self) -> str:
FeatureToggle.WIP_ENABLE_NEW_HASHING_ALGORITHM,
FeatureToggle.WIP_ENABLE_OFFER_ADDRESS,
FeatureToggle.WIP_ENABLE_REMINDER_MARKETING_MAIL_METADATA_DISPLAY,
FeatureToggle.WIP_OFFERER_STATS_V2,
FeatureToggle.WIP_SPLIT_OFFER,
FeatureToggle.WIP_SUGGESTED_SUBCATEGORIES,
FeatureToggle.WIP_UBBLE_V2,
Expand Down

0 comments on commit 5b2665b

Please sign in to comment.