- Mar 18, 2022
-
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
- Mar 17, 2022
-
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi authored
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.
-
- Mar 15, 2022
-
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Employees table now captures the email, phone number, isManager, and wage. Shift table now captures the availability of the shift. Updated parsing so all employee and shift details are separated by commas.
-
Rafi authored
Changed the employees and shift collections from both being ArrayList<String> to HashMap<Int ID, Employee> and HashMap<Int ID, Shift> respectively. Refactored all methods that used the old employee and shift collections. Cleaned up some warnings.
-
- Mar 13, 2022
-
-
Rafi authored
Changed print all employees to remove the 'allEmployees' part. And made a function for getting the number of staff.
-
ArktikHunter authored
-
- Mar 12, 2022
-
-
ArktikHunter authored
-
ArktikHunter authored
-
- Mar 11, 2022
-
-
ArktikHunter authored
-
ArktikHunter authored
-
Rafi Zereselasie (raz070) authored
-
ArktikHunter authored
-
Rafi Zereselasie (raz070) authored
-
eyan_ authored
-
Rafi authored
-
Rafi authored
-
eyan_ authored
-
ArktikHunter authored
-
Rafi authored
Added functionality to remove the employee shift by using the unique shift id to both the server and client side.
-
ArktikHunter authored
added attributes, get/set methods to model
-
- Mar 10, 2022
-
-
ArktikHunter authored
-
ArktikHunter authored
-
eyan_ authored
-
Rafi authored
-
Rafi authored
-
Rafi Zereselasie (raz070) authored
This reverts commit c3032b36
-
Rafi authored
-
eyan_ authored
-
mik586 authored
-
Rafi authored
-
mik586 authored
-
eyan_ authored
-
eyan_ authored
-
Rafi authored
-
ArktikHunter authored
-