- Mar 21, 2022
-
-
eyan_ authored
-
- Mar 20, 2022
-
-
eyan_ 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
Added comments, and added a method to receive the availability of a new employee. Also fixed a bug in the splitting of some data.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
- Mar 19, 2022
-
-
Michael Kish authored
-
Michael Kish authored
-
Michael Kish authored
-
Michael Kish authored
-
- Mar 18, 2022
-
-
Rafi Zereselasie (raz070) authored
Fixed an issue with added positions if they didnt exist in the position table, and a bug after removing the last position for an employee then adding a new one.
-
Rafi Zereselasie (raz070) authored
Added the ability for you to check into a shift by passing the shift ID. If you sign in you should know who the employee is and what shifts they work that day. The methods sign you in if you sign in over five minutes early or over five minutes late, in which case you must talk to a manager and they should change your shift to the hours worked. Also, added a function for calculating the number of hours worked.
-
Rafi Zereselasie (raz070) 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
-
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
-
- 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 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.
-