-
Notifications
You must be signed in to change notification settings - Fork 1
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
🔥(frontend) remove temporarily team feature #331
Conversation
121c837
to
4022773
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 Go!
The feature flags work great locally! |
We want to make a first realease, but the team feature is not ready yet. So we will hide it for now by hiding the menu. We will still let the feature in dev environment.
@@ -1 +1,2 @@ | |||
NEXT_PUBLIC_API_ORIGIN=http://localhost:8071 | |||
NEXT_PUBLIC_FEATURE_TEAM=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Est-ce qu'on peut déclarer de manière explicite le feature flag aussi pour tous les autres environnements (preprod, prod) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ici c'est juste les var environnements propres à Next.js; il n'y a pas de notion de preprod, staging etc.. Pour la preprod et la prod c'est dans les helm charts qu'il faudrait les indiquer, mais ce n'est pas nécessaire de les mettre pour que ca fonctionne correctement.
Quoi qu'il en soit c'est temporaire, j'espère que team va rapidement etre release, et qu'on enleve ce flag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works ! Thanks for the updates @AntoLC!
Purpose
We want to make a first release, but the team feature is not ready yet.
So we will hide it for now by hiding the menu and removing the team related tests.
Proposal
MailDomains
page indexDemo