-
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.
Rafi authoredChanged 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.