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 tooltips for Priority and Preemption columns #2005

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

rszwajko
Copy link
Collaborator

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.19%. Comparing base (b654645) to head (e6e6cca).
Report is 188 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2005      +/-   ##
==========================================
+ Coverage   39.20%   42.19%   +2.99%     
==========================================
  Files         146      171      +25     
  Lines        4857     5479     +622     
  Branches     1164     1309     +145     
==========================================
+ Hits         1904     2312     +408     
- Misses       2939     3151     +212     
- Partials       14       16       +2     
Flag Coverage Δ
client 42.19% <ø> (+2.99%) ⬆️
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.

client/src/app/pages/tasks/tasks-page.tsx Show resolved Hide resolved
client/src/app/pages/tasks/tasks-page.tsx Outdated Show resolved Hide resolved
Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
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

@rszwajko
Copy link
Collaborator Author

Screenshot from 2024-07-11 17-07-10
Screenshot from 2024-07-11 17-06-46

@rszwajko rszwajko marked this pull request as ready for review July 11, 2024 15:08
@sjd78 sjd78 merged commit 7d24ba1 into konveyor:main Jul 11, 2024
12 checks passed
@sjd78 sjd78 added this to the v0.5.0 milestone Jul 11, 2024
@@ -510,6 +510,10 @@
"save": "Failed to save {{type}}."
}
},
"tooltip": {
"priority": "Tasks priority(Low-High). Impacts tasks scheduling policy.",
Copy link
Collaborator

@mguetta1 mguetta1 Jul 14, 2024

Choose a reason for hiding this comment

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

Hi, I am not sure about this description regarding the priority value. The values can range from zero to any positive whole number.
Low-High doesn't say much to me. wdyt?

Copy link
Collaborator

@mguetta1 mguetta1 Jul 24, 2024

Choose a reason for hiding this comment

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

Suggestion: Please use something like: Tasks priority, 0 to any positive integer (Low-High). Impacts tasks scheduling policy. as the tooltip

Copy link
Member

Choose a reason for hiding this comment

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

Change made in #2028

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