Skip to content
Snippets Groups Projects
  1. Mar 15, 2022
    • Rafi's avatar
    • Rafi's avatar
      Refactored how updates are handled, now when there is a change the client is... · 87c9a19a
      Rafi authored
      Refactored how updates are handled, now when there is a change the client is told to update there local copy with the specific change, rather than resend either the whole list of employees information, or the whole list of shift information. This change to updates should make changes to the staff or schedule more efficient especially when there are multiple clients.
      In coming data from the server is now stored in HashMaps where the key is either the shift or employee IDs, and the value is of Shift or Employee classes.
      All the methods in this class were made to help with these 2 changes.
      Cleaned up warnings.
      87c9a19a
  2. Mar 14, 2022
  3. Mar 13, 2022
  4. Mar 10, 2022
  5. Mar 09, 2022
Loading