Skip to content
Snippets Groups Projects
Commit db16b511 authored by Rafi's avatar Rafi
Browse files

Changed the employees and shift collections from both being ArrayList<String>...

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.
parent 444ce965
No related branches found
No related tags found
1 merge request!6Changed update implementation for employees so rather than sending the whole...
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment