bethgrace5 / sequoia-grove

Angular JS / Java Spring Web Application to Assist Employee Scheduling
http://bethgrace5.github.io/sequoia-grove/
4 stars 3 forks source link

Manual ordering for shifts #43

Closed bethgrace5 closed 8 years ago

bethgrace5 commented 8 years ago

Shifts as they are currently ordered by the company aren't in any logical order. So, to display shifts correctly, they need to be manually ordered. This means adding a column for index in the Shift table, and ordering them by that index on the front end. In addition, the shifts are grouped by categories, so some will need gaps after them. So, a column will need to be added to say whether there is a gap shown after a group. The ordering of the shifts, and which ones have gaps after them need to be editable on the front end as well.

bethgrace5 commented 8 years ago

https://github.com/a5hik/ng-sortable