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

✨ Move Analysis Details to full page view #1930

Merged
merged 2 commits into from
Jun 9, 2024

Conversation

rszwajko
Copy link
Collaborator

@rszwajko rszwajko commented May 31, 2024

Related changes:

  1. extend BreadCrumbPath component to support non-links
  2. refactor CSS styles for SimpleDocumentViewer to support both modal
    and in-page mode
  3. create new route for the analysis details page:
    /applications/:applicationId/analysis-details/:taskId

Part-of: #1929

@rszwajko
Copy link
Collaborator Author

rszwajko commented May 31, 2024

Analysis details in page (for a valid task)

image

Invalid task and application

image

Copy link

codecov bot commented May 31, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 42.10%. Comparing base (b654645) to head (1b64ede).
Report is 151 commits behind head on main.

Files Patch % Lines
client/src/app/Routes.tsx 50.00% 1 Missing ⚠️
client/src/app/components/BreadCrumbPath.tsx 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1930      +/-   ##
==========================================
+ Coverage   39.20%   42.10%   +2.90%     
==========================================
  Files         146      163      +17     
  Lines        4857     5239     +382     
  Branches     1164     1276     +112     
==========================================
+ Hits         1904     2206     +302     
- Misses       2939     3017      +78     
- Partials       14       16       +2     
Flag Coverage Δ
client 42.10% <50.00%> (+2.90%) ⬆️
server ?

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

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

@rszwajko rszwajko marked this pull request as ready for review June 3, 2024 20:19
@sjd78 sjd78 added this to the v0.5.0 milestone Jun 6, 2024
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.

Functionality looks great. Landing on a new page LGTM. Browser back works well.

One minor nit-pick, but otherwise looks great.

Related changes:
1. extend BreadCrumbPath component to support non-links
2. refactor CSS styles for SimpleDocumentViewer to support both modal
   and in-page mode
3. create new route for the analysis details page:
   /applications/:applicationId/analysis-details/:taskId

Reference-Url: konveyor#1929
Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
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