RESOLVED FIXED 201308
[ews-app] Status bubble should only display important messages in pop-over
https://bugs.webkit.org/show_bug.cgi?id=201308
Summary [ews-app] Status bubble should only display important messages in pop-over
Aakash Jain
Reported 2019-08-29 13:13:36 PDT
currently status bubble pop-over displays almost all the build steps. Most of the time, users look at the pop-over to get a quick idea about the current state of the patch, rather than to know each and every past steps. To look at the details, they can click the bubble. Pop-over should contain concise text to indicate the major information about the state of the patch. Minor steps like 'Archived test results', 'Uploaded test results' etc. shouldn't be displayed in the status-bubble.
Attachments
Patch (1.74 KB, patch)
2019-08-29 13:16 PDT, Aakash Jain
jbedard: review+
Change in builder steps display (376.21 KB, image/png)
2019-08-29 13:19 PDT, Aakash Jain
no flags
Change in tester steps display (414.61 KB, image/png)
2019-08-29 13:20 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2019-08-29 13:16:28 PDT
Aakash Jain
Comment 2 2019-08-29 13:19:50 PDT
Created attachment 377615 [details] Change in builder steps display
Aakash Jain
Comment 3 2019-08-29 13:20:28 PDT
Created attachment 377616 [details] Change in tester steps display
Jonathan Bedard
Comment 4 2019-08-29 13:27:19 PDT
Comment on attachment 377614 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=377614&action=review > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:56 > + STEPS_TO_HIDE = ['^Archived built product$', '^Uploaded built product$', '^Transferred archive to S3$', My only question is: should this be inverted? As in 'STEPS_TO_SHOW'?
Aakash Jain
Comment 5 2019-08-29 13:59:48 PDT
> My only question is: should this be inverted? As in 'STEPS_TO_SHOW'? Maintaining whitelist would be more difficult in long run, as we add more and more steps. Consequences for missing something from blacklist is small (extra step being displayed). But consequence of missing something from whitelist will be larger (important step not visible).
Aakash Jain
Comment 6 2019-08-29 14:55:14 PDT
Radar WebKit Bug Importer
Comment 7 2019-08-29 14:56:21 PDT
Note You need to log in before you can comment on or make changes to this bug.