Closed
Bug 1191321
Opened 9 years ago
Closed 9 years ago
Small UX improvements on B2G Installer addon
Categories
(Firefox OS Graveyard :: B2gInstaller, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S5 (21Aug)
People
(Reporter: gerard-majax, Assigned: daleharvey)
References
Details
Attachments
(1 file)
A few things I have spotted that might provide a better UX:
- error feedback to the user during the ZIP/distribution extraction process
- feedback of downloading JSON file from the internet
- lack of progress feedback during the pulling/flashing steps: a crossmark would help to know where we are at
- dialog gets resized constantly during pulling blobs because we display the full path name and that makes the box resize
- pulling should show a progress bar for all the blobs to get
- flashing should show a progress bar for each partition being flashed
Reporter | ||
Updated•9 years ago
|
Component: General → B2gInstaller
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dale
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8648088 -
Flags: review?(lissyx+mozillians)
Updated•9 years ago
|
Target Milestone: --- → FxOS-S5 (21Aug)
Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8648088 [details]
https://github.com/mozilla-b2g/b2g-installer/pull/1
Looks good but I still don't have:
- notification of downloading the builds infos
- checkmarks
- progressbar
And I think it would be nice to show the partition name instead of the file name :)
Attachment #8648088 -
Flags: review?(lissyx+mozillians) → review+
Reporter | ||
Comment 3•9 years ago
|
||
(In reply to Alexandre LISSY :gerard-majax from comment #2)
> Comment on attachment 8648088 [details]
> https://github.com/mozilla-b2g/b2g-installer/pull/1
>
> Looks good but I still don't have:
> - notification of downloading the builds infos
> - checkmarks
> - progressbar
>
> And I think it would be nice to show the partition name instead of the file
> name :)
Right you need to add checkmark.png and spinner.png in the FILES variable in the Makefile.
Reporter | ||
Comment 4•9 years ago
|
||
Land it with the fix to Makefile and adding at least error notification when downloading the JSON.
Also, I think we lack the UX's provided background :)
Flags: needinfo?(dale)
Assignee | ||
Comment 5•9 years ago
|
||
Ah I didnt notice that, thanks, that must have been really confusing before without any checkmarks.
Yup was going to add the graphics seperately, will do so now
Flags: needinfo?(dale)
Assignee | ||
Comment 6•9 years ago
|
||
Landed with the updated Makefile, will open a new bug for using the actual graphics
https://github.com/mozilla-b2g/b2g-installer/commit/21745c317a386d418c7202e51fcf7d908905066a
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•