-
Notifications
You must be signed in to change notification settings - Fork 44
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
Check existing archetypes when starting an app assessment #1298
Labels
Custom Assessment
Items relating to custom assessment work
Comments
@JustinXHale What happens when a user clicks accept vs View assessments? Shouldn't they both take you to this page: |
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 <ibolton@redhat.com>
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 <ibolton@redhat.com>
ibolton336
added a commit
that referenced
this issue
Sep 19, 2023
Closes #1298 #1278 #1332 #1324 - Adjusts routes for archetype assessment flow vs application assessment flow - Creates a hook for looking up app or archetype based on their ID to avoid conditional hook calls. - Wire up create assessment override check <img width="1918" alt="Screenshot 2023-09-18 at 12 33 20 PM" src="https://github.com/konveyor/tackle2-ui/assets/11218376/53d91eba-ec43-46c2-ada7-68f384d9b3a7"> -Drive assessment wizard from assessment rather than questionnaire - With this PR, assessment flow is fully working for apps and archetypes against the hub outstanding PR. Signed-off-by: ibolton336 <ibolton@redhat.com>
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: