Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PC-32279)[PRO] chore: add WIP_OFFERER_STATS_V2 feature flag #14540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading