-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Convert assessment table to new table & begin assessment flow chang…
…es (#1294) - Update questionnaire TS model to match hub proposal ``` type Questionnaire struct { Resource Name string Description string Revision uint Required bool Sections []Section Thresholds Thresholds RiskMessages RiskMessages } type Assessment struct { Resource Application *Ref Archetype *Ref Questionnaire *Ref Sections []Section } ``` - Convert assessment table to use new table format - No longer allow bulk assessment on assessment page top level toolbar as this functionality is moving to Archetypes. Review & assessment buttons moved to dropdown kebabs on the row level. - Assessment Actions page with application level questionnaires/assessments listed. TODO: [Add dynamic actions button](#1299) based on current assessment status - Adds placeholder assessment modal when assessment action is triggered from the assessment table row. TODO: [Add existing archetype check](#1298) - TODO: [View assessments page for existing assessments](#1301) for viewing existing assessments when clicking assess on an application that already has an associated completed assessment - TODO: [Convert assessment wizard ](#1306) -TODO: Fix empty state initial render #1311 Signed-off-by: ibolton336 <[email protected]>
- Loading branch information
1 parent
8ce3163
commit c763fc3
Showing
12 changed files
with
1,487 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.