Skip to content
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

✨ Add view archetypes page #1381

Merged
merged 3 commits into from
Sep 20, 2023

Conversation

ibolton336
Copy link
Member

  • Adds a new view to handle Multi-archetype dropdown for assessment-actions #1373
  • Moves confirmation to assessment table for applications rather than the assessment applications view]
  • Update modal to show all archetypes that conflict
  • Pre render the archetype view page with the first associated archetype to the app

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (841b84e) 41.44% compared to head (ac4d16b) 41.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1381      +/-   ##
==========================================
+ Coverage   41.44%   41.46%   +0.01%     
==========================================
  Files         137      137              
  Lines        4292     4293       +1     
  Branches     1038     1038              
==========================================
+ Hits         1779     1780       +1     
  Misses       2424     2424              
  Partials       89       89              
Flag Coverage Δ
client 41.46% <100.00%> (+0.01%) ⬆️
server ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
client/src/app/Paths.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@mturley mturley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was fast! LGTM

Signed-off-by: ibolton336 <ibolton@redhat.com>
Signed-off-by: ibolton336 <ibolton@redhat.com>
@ibolton336 ibolton336 merged commit 6825317 into konveyor:main Sep 20, 2023
6 checks passed
Copy link
Member

@sjd78 sjd78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one comment.

const [activeArchetype, setActiveArchetype] = React.useState<Ref | null>(
null
);
useEffect(() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can probably be replaced with useMemo()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants