Push Health UX changes per feedback
Categories
(Tree Management :: Push Health, enhancement)
Tracking
(Not tracked)
People
(Reporter: sclements, Assigned: sclements)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Based on recent user feedback, there's a few things we can do to improve the push-health/push single push view. Most are pretty small changes, so batching them together:
-
Link to a revision in the jobs-view is confusing/not easy to find (it's part of the CommitHistory component at the top: "<rev> on <repo" text).
-
The arrow for each section (needs investation, known issues) in the Tests section should also be clickable - not just the text.
-
Category sections (Failures and Crashes) should only be shown if those types of failures have been found.
-
Failure Summary log lines are too bold and could be slightly smaller
-
A tooltip over the task buttons once you drill down into a test path with something like "see this tasks failure lines and artifacts" could be helpful.
-
Once a user has selected a test and marked it as "investigated", those lines should be faded/lighter color so it's easier to see what's remaining.
-
option to select all checkboxes
-
Too many notifications when performing an action (marking as investigated or retriggering).
-
Investigated tests should not be retriggered.
-
If a user is logged out and they have selected an action, they should be logged in and the action performed (this has been done for taskcluster actions in the jobs view).
-
structured logging doesn't exist so it makes the results contradictory and the user has to go to the jobs view.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
I also realized that we're using the title attribute in Push Health and we should probably change those to tooltips since they're better for screen reader users and keyboard navigation per: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Description
•