voidlily / timeboard

Georgia Tech CoC TA timesheets
4 stars 1 forks source link

Be able to set users as active and inactive #6

Closed voidlily closed 13 years ago

voidlily commented 13 years ago

The primary case is for when students are no longer TAs but it's a good idea to keep their timesheets around. We should also add a scope for active users and probably use that in most places we're using User.all or Student.all

voidlily commented 13 years ago

Closed by 5b7b97092

voidlily commented 13 years ago

Reopening, I don't think we have the active scope thing in yet. That last commit just did the backend.

Tclewis commented 13 years ago

This is good on my end now. You can set a user inactive through the "Edit User" section of the admin stuff, or more easily through the "Remove User" section. Inactive users don't appear anywhere in the admin section EXCEPT the "Edit User" section (so you could make them active again at some point).

voidlily commented 13 years ago

Can this be closed?