- Mar 19, 2022
-
-
ArktikHunter authored
-
ArktikHunter authored
-
ArktikHunter authored
-
- Mar 18, 2022
-
-
ArktikHunter authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Now supports position data. Made the made changes to some cases and methods to make distinctions between employees trained positions and positions in general.
-
Rafi Zereselasie (raz070) authored
Shifts now have a position field, that the schedule classes methods are updated to take positions and return position data.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
- Mar 17, 2022
-
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Client now supports receiving position messages from the server. Cleaned bug that stopped timeOff requests from updating locally.
-
Rafi Zereselasie (raz070) authored
Server now supports methods for adding and removing positions to the database, including sending messages to the client for updating there local positions.
-
Rafi Zereselasie (raz070) authored
Added methods for added and removing positions for a given employee. Position information is also gotten when getting employee info.
-
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.
-
Rafi authored
-
Rafi authored
Moved to new package for server files. Updated UserThread and DataBaseQuery to work with the both Availability and TimeOff classes.
-
Rafi authored
New class for interacting with the TimeOff table in the database. Moved to new package for server files and updated the module-info.java file.
-
Rafi authored
New class for interacting with the availability table in the database. Moved to new package for server files and updated module-info file.
-
- Mar 16, 2022
-
-
Hunter McConnell (rtm534) authored
Changed update implementation for employees so rather than sending the whole... See merge request !6
-
Rafi Zereselasie (raz070) authored
-
- 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 Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi authored
-
Rafi authored
-
Rafi authored
Added a remove all shifts by employee id method to the Schedule class. Now when an employee is removed there shifts are deleted first from the database then they're deleted after.
-
Rafi authored
-
Rafi authored
-
Rafi authored
Refactored updates so when changes are made to the database, a message will be broadcast to update there local copy with the specific change rather than send the entire list of staff or schedule.
-