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

Implement Holidays #34

Closed bethgrace5 closed 8 years ago

bethgrace5 commented 8 years ago

There are days that the store is closed for a half or full day. There exists a table in the database for this, but it is not connected to the front end yet. The managers need to be able to input holidays (name of holiday, date, full or half day). The schedule should block out shifts that occur during a holiday. The table may need to have a column for the time that the half day ends, so it will know which shifts to block out. Different stores may have different ending times, so this will need to be added to the database.

tpascua11 commented 8 years ago

Put the UI in the manage page with the following inputs

Reformat bajs_holidays table to have those columns listed.