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

Instead of Availability being true/false, it should be more variable #15

Closed bethgrace5 closed 9 years ago

bethgrace5 commented 9 years ago

Maybe change it to 0, 1, or 2. 0 = not available 1 = available 2 = preference (manager's preference for building the schedule)

bethgrace5 commented 9 years ago

In order to solve the problem of preferred scheduling, I may be able to eventually get the system to learn what employees are usually scheduled where. Historical data can be extracted from the database to count where any given employee is scheduled most often. Of course, it won't have much of that data to go on at first, but in time, it will have more.