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

Use flags rather than re-deploying the application #34

Open
jaspervdj opened this issue May 9, 2019 · 0 comments
Open

Use flags rather than re-deploying the application #34

jaspervdj opened this issue May 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jaspervdj
Copy link
Member

jaspervdj commented May 9, 2019

There are a few points in time where we want to modify the flow of the application:

  1. At some point, we switch over to adding people to the waiting list
  2. At some point, the confirmation button is enabled
  3. At some point, we want to add a note that the T-Shirts have been ordered
  4. ...

We've currently done this by just updating the code and re-deploying, but I would feel better if we could put this behind feature flags, or do it based on the current time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant