Problem/Motivation
We have implemented icons and progress bar along the module, now there are some icons that are not needed since they don't need the attention of the user. Also, the progress bar is being displayed for states where the job is finished unnecessarily.
Proposed resolution
Drop icons and delete progress bar for finished states for simplifying UI.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | interdiff-2688421-7-9.txt | 2.21 KB | johnchque |
| #9 | improve_progress_bar-2688421-9.patch | 9.11 KB | johnchque |
| #7 | interdiff-2688421-5-7.txt | 5.08 KB | johnchque |
| #7 | improve_progress_bar-2688421-7.patch | 8.78 KB | johnchque |
| #5 | interdiff-2688421-2-5.txt | 6.09 KB | johnchque |
Comments
Comment #2
johnchqueDeleted the icons for unused states, we still need to discuss if we want to show the unprocessed jobs and inactive job items in their respective overviews, IMHO it looks cleaner now.
Comment #3
miro_dietikerGood work!
Discussed a lot today and we think less icons are a nice step.
And outputting labels for the state where otherwise the progress bar appears is a good idea. For end states, a progress bar is useless.
Once tests fixed, ready to commit. :-)
And yeah, many followups from the discussion to go deeper about how to unify terminology and how we count stuff...
Comment #5
johnchqueTests fixed. Should be fine. :)
Comment #7
johnchqueOK, I wanted to include the change from Needs review to Needs work but it seems it is a big change and it breaks a lot of tests, maybe better to create a followup for it. Now just focusing on simplifying icons.
Comment #8
miro_dietikerI don't see this state here provided?
Comment #9
johnchqueTrue! Now should be OK.
Comment #10
miro_dietikerCommitted, yay! :-)