In the updated ER model, requests_vacation entity now has options to set a start and end time for the days they are requesting off. In order to classify a day as a full or half holiday, this can be updated to have all of the employees have a request off that is automatically granted. Then none of them can be scheduled for the holiday. The front end needs to be able to set holidays though.
In the updated ER model,
requests_vacation
entity now has options to set a start and end time for the days they are requesting off. In order to classify a day as a full or half holiday, this can be updated to have all of the employees have a request off that is automatically granted. Then none of them can be scheduled for the holiday. The front end needs to be able to set holidays though.