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

Nightly task runner that marks active/inactive state on projects #3

Closed
wlingke opened this issue Mar 20, 2014 · 1 comment
Closed

Comments

@wlingke
Copy link
Owner

wlingke commented Mar 20, 2014

#2 #4 are client side solutions to this problem.

Need to investigate whether this is worth the effort to do in the backend or if we should do this on the front end. It feels kind of like a convenience data point and would be 'repeating' data on the back end. I think question is whether or not specific permissions would be allowed on active vs inactive states on the server side. Such as modifying, retrieval, etc.

If we were to do it:

Projects should be marked off in the db as 'active' or 'inactive' with 'inactive' being if they are older than 15 days.

For now the only benefit is that the the app can filter and create views based on the state. Eventual benefit is we can have multiple states, be able to assign specific abilities to various states.

@wlingke
Copy link
Owner Author

wlingke commented Mar 28, 2014

Close in favor of simpler solution in #4

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

No branches or pull requests

1 participant