Skip to content

Commit 7127391

Browse files
wes-cuttingCarsonF
authored andcommitted
update string options for progress explanation
1 parent d9917e3 commit 7127391

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/progress-report/variance-explanation/reason-options.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ export class ProgressReportVarianceExplanationReasonOptions extends DataObject {
2323
to new values.
2424
`,
2525
})
26-
readonly deprecated: ReadonlySet<string> = new JsonSet([]);
26+
readonly deprecated: ReadonlySet<string> = new JsonSet([
27+
'Delayed activities; activities did not occur; slow start of project',
28+
]);
2729

2830
@Field(() => [String])
2931
readonly behind: ReadonlySet<string> = new JsonSet([
@@ -38,6 +40,9 @@ export class ProgressReportVarianceExplanationReasonOptions extends DataObject {
3840
'Security breach/teams in hiding',
3941
'Unstable internet',
4042
'Checking delayed because translation consultants not available',
43+
'Natural disaster prevented team from working',
44+
'Activities did not occur, rescheduled for later date',
45+
'Slow start to project, but team expects to catch up',
4146
]);
4247

4348
@Field(() => [String])

0 commit comments

Comments
 (0)