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

Stop submissions and edits at a scheduled datetime #31

Closed
carols10cents opened this issue Mar 13, 2014 · 3 comments
Closed

Stop submissions and edits at a scheduled datetime #31

carols10cents opened this issue Mar 13, 2014 · 3 comments
Assignees
Labels
Milestone

Comments

@carols10cents
Copy link
Collaborator

Whatever time we choose as a cutoff point, we should stop accepting submissions and edits-- refuse CollectController#creates/updates, redirect the edit links to go to show, and have a "sorry, we're closed!" action or something.

For short term fixes, we could have someone manually deploy a change or turn off the dynos or something at that time.

A neater, more sustainable fix would be to have a datetime setting on the event and make that change automatically.

@carols10cents carols10cents added this to the pre-review milestone Mar 13, 2014
@jnf
Copy link
Owner

jnf commented Mar 13, 2014

There's already simple crud controls for Events hiding in the Control controller (ugh, I know). It'd be pretty trivial to either set an expiry date or just have a big off switch for the event.

@ninjapanzer
Copy link
Collaborator

I think adding an on/off switch and being able to optionally add expiration would be a wonderful thing. @gruntrebel and I are going to implement these over the weekend

@jnf
Copy link
Owner

jnf commented Mar 21, 2014

Closed via #51.

@jnf jnf closed this as completed Mar 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants