Add functionality to future_pto_calc, remove calendar_conflict step from goal

This commit is contained in:
Laine
2025-03-13 14:19:13 -04:00
parent 5ac2a6eb0a
commit a7a90c3289
7 changed files with 78 additions and 66 deletions

View File

@@ -1,17 +1,16 @@
{
"theCompany": {
"weLove": "theCompany",
"accrualPer": "month",
"employees": [
{
"email": "josh.smith@temporal.io",
"currentPTOHrs": 400,
"accrualHrsRate": 8
"hrsAddedPerMonth": 8
},
{
"email": "laine.smith@awesome.com",
"currentPTOHrs": 40,
"accrualHrsRate": 12
"hrsAddedPerMonth": 12
}
]
}