You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few points in time where we want to modify the flow of the application:
At some point, we switch over to adding people to the waiting list
At some point, the confirmation button is enabled
At some point, we want to add a note that the T-Shirts have been ordered
...
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.
The text was updated successfully, but these errors were encountered:
There are a few points in time where we want to modify the flow of the application:
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.
The text was updated successfully, but these errors were encountered: