Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmpt-370-group-project-group26
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eyan Cunningham (esc568)
cmpt-370-group-project-group26
Graph
9352d88398543e54aea77a2634bbc316885a2131
Select Git revision
Branches
5
alpha
combo
front
main
default
protected
ugh
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Mar
27
26
25
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
6
3
2
27
Feb
23
21
17
16
11
10
13
Jan
oops forgot to save a file
Merge remote-tracking branch 'origin/main' into main
added error checks, something is still weird with the server properties pathname
changed add employee and fixed gui inconsistencies
Merge remote-tracking branch 'origin/main' into main
fixed bugs in payroll and edit employee
Update SchedularApp.bat
Upload New File
Upload New File
Server/Client property files
Cleaned up unnecessary comment.
Merge remote-tracking branch 'origin/main' into main
requests and pickups done
Moved property file
Merge branch 'main' of https://git.cs.usask.ca/esc568/cmpt-370-group-project into main
Added working properties file
requests and pickups done
paystub done
paystub done,
Merge branch 'main' of https://git.cs.usask.ca/esc568/cmpt-370-group-project into main
commit
add time off should work
add time off should work
working on availability / time off
add/view shift position works
fixed some issues on add/remove positions
refactored removePosition to only take position
populate position box works
rooting out bugs, check however the positions box is getting the positions
commented out pickupview
broken
ugh
ugh
Fixed bug that wouldn't add positions, because it was trying to convert a float to an int.
pickups added...need testing which I shall do when add shift is done
edit employee done...maybe, add/remove position half??
Merge branch 'main' of https://git.cs.usask.ca/esc568/cmpt-370-group-project into main
commit
bug fix if avaiability start == end
Upload New File
Added a deprecated tag to old method. Added a check to add and edit shift that sees if there are any conflicts with an approved time off. Added the same checks from add shift to edit shift. Added methods for addShiftIgnore and editShiftIgnore.
Changed the startDate and endDate to LocalDate for easier evaluation and integration. Added a conflictsWithTimeOff method that checks if a date conflicts with a time off, note this doesn't check if it's been approved though.
Loading