-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert assessment wizard to be driven from questionnaire data #1306
Labels
Custom Assessment
Items relating to custom assessment work
Comments
ibolton336
added a commit
that referenced
this issue
Aug 24, 2023
…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]>
ibolton336
added a commit
to ibolton336/tackle2-ui
that referenced
this issue
Aug 24, 2023
…es (konveyor#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](konveyor#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](konveyor#1298) - TODO: [View assessments page for existing assessments](konveyor#1301) for viewing existing assessments when clicking assess on an application that already has an associated completed assessment - TODO: [Convert assessment wizard ](konveyor#1306) -TODO: Fix empty state initial render konveyor#1311 Signed-off-by: ibolton336 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: