Commit 87f63cb
committed
feat: wire PolicyConfigurationForm into TimeOff state machine
Replace the stub PolicyDetailsForm with PolicyConfigurationForm
in the flow. Update PolicyDetailsFormContextual to render the
new component, swap barrel exports, and remove the placeholder.
Add functional component tests covering all 8 accrual method
mappings, CANCEL event, and API integration.1 parent 0aed58f commit 87f63cb
File tree
6 files changed
+306
-50
lines changed- docs/reference
- src/components/UNSTABLE_TimeOff
- PolicyDetailsForm
- TimeOffFlow
- TimeOffManagement/PolicyConfigurationForm
6 files changed
+306
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1326 | 1326 | | |
1327 | 1327 | | |
1328 | 1328 | | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
1329 | 1340 | | |
1330 | 1341 | | |
1331 | 1342 | | |
| |||
2084 | 2095 | | |
2085 | 2096 | | |
2086 | 2097 | | |
2087 | | - | |
| 2098 | + | |
2088 | 2099 | | |
2089 | 2100 | | |
2090 | 2101 | | |
| |||
2099 | 2110 | | |
2100 | 2111 | | |
2101 | 2112 | | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
2102 | 2117 | | |
2103 | 2118 | | |
2104 | 2119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
267 | | - | |
| 268 | + | |
Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments