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
All project models should have a project.data.active = true or false. False if project was created 15 days ago or more. Calculate this for now on the client side. I am investigating if I should do this on the server side Nightly task runner that marks active/inactive state on projects #3 instead.
The state should be set in the angular model constructor /static/client/projects/models/Project.js at data.active
Create different CSS highlighting on the "My Projects" page for active vs in not active projects.