Skip to content

Commit

Permalink
revised engagement status order
Browse files Browse the repository at this point in the history
  • Loading branch information
atGit2021 committed Jul 2, 2024
1 parent c4567df commit 2234b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions dbschema/engagement-workflow.esdl
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@ module Engagement {
Rejected,

Active,
ActiveChangedPlan,

DiscussingTermination,
DiscussingReactivation,
DiscussingChangeToPlan,
DiscussingSuspension,

FinalizingCompletion,
ActiveChangedPlan,
Suspended,

FinalizingCompletion,
Terminated,
Completed,

Expand Down
2 changes: 0 additions & 2 deletions src/components/engagement/dto/status.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export const EngagementStatus = makeEnum({
'DiscussingSuspension',
'Suspended',

'Suspended',

'FinalizingCompletion',
{ value: 'Terminated', terminal: true },
{ value: 'Completed', terminal: true },
Expand Down

0 comments on commit 2234b7b

Please sign in to comment.