Added functionality for availability and requesting time off to the app. The...
Added functionality for availability and requesting time off to the app. The app needs at least one employee in the database to run. Make sure to open the sql file in the repo drop your current table and execute everything from "create database" to the end of the availability table.
Showing
- ScheduleApp.sql 37 additions, 6 deletionsScheduleApp.sql
- SchedulerApp/src/main/java/com/example/schedulerapp/Employee.java 68 additions, 6 deletions...rApp/src/main/java/com/example/schedulerapp/Employee.java
- SchedulerApp/src/main/java/com/example/schedulerapp/Model.java 40 additions, 5 deletions...ulerApp/src/main/java/com/example/schedulerapp/Model.java
- SchedulerApp/src/main/java/com/example/schedulerapp/ReceiveThread.java 105 additions, 2 deletions...src/main/java/com/example/schedulerapp/ReceiveThread.java
- SchedulerApp/src/main/java/com/example/schedulerapp/TimeOff.java 53 additions, 0 deletions...erApp/src/main/java/com/example/schedulerapp/TimeOff.java
Loading
Please register or sign in to comment