Skip to content

Commit

Permalink
Feature/179195 - Show only relevant statuses presumption route (#841)
Browse files Browse the repository at this point in the history
* abstracted options into list for flexibility around visibility

* moved ctor

* refactor

* wip

* wip central route project status tests

* test for presumption route

* release notes

* removed code smell
  • Loading branch information
zhodges-nimble authored Sep 23, 2024
1 parent de503a7 commit 4f19616
Show file tree
Hide file tree
Showing 8 changed files with 379 additions and 231 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export class RequestBuilder {
return {...this.createNewProjectDetails(), applicationWave: "Other Wave"};
}

public static createProjectDetailsCentralRoute(): ProjectDetailsRequest {
return {...this.createNewProjectDetails(), applicationWave: "Other Wave", projectType: "Central Route"};
}

public static CreateProjectRiskRequest(): CreateProjectRiskRequest {
const result: CreateProjectRiskRequest = {
overall: {
Expand Down
Loading

0 comments on commit 4f19616

Please sign in to comment.