YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

Ability to sort Users list by role #303

Open mnquintana opened 10 years ago

mnquintana commented 10 years ago

ability to sort Users list by role (see #206)

jasonkliu commented 10 years ago

I am able to do this through clicking on the dark blue bars. They can be sorted either alphabetically or reverse alphabetically. screen shot 2014-08-18 at 2 48 48 pm

Location: http://localhost:3000/departments/1/users

mnquintana commented 10 years ago

Users can have multiple roles (ie. Student Tech, Lead Developer, etc), so we'll need add a filter to the table. I don't think this is possible with our current table plugin - we should switch to DataTables (which is what Reservations uses and allows filtering).