Skip to content

Commit

Permalink
✨ Reduce form fields in assessment wizard stakeholder page to a singl…
Browse files Browse the repository at this point in the history
…e dropdown (#1799)

Resolves: #1709



https://github.com/konveyor/tackle2-ui/assets/11218376/9969be00-dad7-4b3d-920e-27be7e3218c7

---------

Signed-off-by: Ian Bolton <ibolton@redhat.com>
  • Loading branch information
ibolton336 committed May 21, 2024
1 parent f501fb8 commit 8c8a0f8
Show file tree
Hide file tree
Showing 12 changed files with 817 additions and 429 deletions.
9 changes: 9 additions & 0 deletions client/src/app/api/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,3 +800,12 @@ export interface AssessmentsWithArchetype {
archetype: Archetype;
assessments: Assessment[];
}

export enum StakeholderType {
Stakeholder = "Stakeholder",
StakeholderGroup = "Stakeholder Group",
}
export interface GroupedStakeholderRef extends Ref {
group: StakeholderType.Stakeholder | StakeholderType.StakeholderGroup;
uniqueId: string;
}
336 changes: 0 additions & 336 deletions client/src/app/components/Autocomplete.tsx

This file was deleted.

Loading

0 comments on commit 8c8a0f8

Please sign in to comment.