Closed
Bug 632151
Opened 14 years ago
Closed 9 years ago
Add an upload progress bar to the Demo Studio
Categories
(developer.mozilla.org Graveyard :: Demo Studio / Dev Derby, enhancement)
developer.mozilla.org Graveyard
Demo Studio / Dev Derby
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lorchard, Unassigned)
Details
(Whiteboard: [type:feature][triaged])
For particularly large demos, there's not much indication of progress. Might be nice to borrow what AMO does for showing file upload in progress
| Reporter | ||
Updated•14 years ago
|
Target Milestone: --- → 1.0
Updated•14 years ago
|
Target Milestone: 1.0 → 0.9.4
Comment 1•14 years ago
|
||
Some of these demos are quite large now with media like music and videos... so let's try to get this implemented for 0.9.5 to improve the user experience.
Target Milestone: 0.9.4 → 0.9.5
| Reporter | ||
Comment 2•14 years ago
|
||
FWIW: Unless there's an easier way to do it, this turns out to be fairly involved. Might not be worth it for most file uploads.
Just so I don't lose it if/when I come back to this, see also - http://djangosnippets.org/snippets/678/
The technique there is to write a custom file upload handler in Django that updates a cache entry with current progress.
That cache entry is exposed by a resource that gets polled repeatedly by JS to update a progress bar in the browser until the form upload is done.
Comment 3•14 years ago
|
||
I suggest we bump to 0.9.6 - 0.9.5 is crowded and over-booked as it is.
| Reporter | ||
Comment 4•14 years ago
|
||
Actually, I'd suggest we bump it farther than that - I don't think this feature will be easy to do without significantly reworking the submission process.
| Reporter | ||
Comment 5•14 years ago
|
||
That is, split it into a multi-step process. That way, the ZIP file and media are uploaded separately from submission of the rest of the metadata like title and description. (That's how AMO works, FWIW)
That will also require some tweaks to demos themselves, allowing someone to create a partial demo submission that stays hidden until all the required media is uploaded, validated, and processed.
Updated•14 years ago
|
Target Milestone: 0.9.5 → 0.9.7
Comment 6•14 years ago
|
||
putting this in product backlog until we prioritize it again
Target Milestone: 0.9.7 → ---
Comment 7•14 years ago
|
||
For now I'll prioritize it as P4. This does seem very important from a UX point of view, but we are low on resources and high on core work as it is. Do we think we could live if this wasn't done until after December?
Updated•14 years ago
|
OS: Mac OS X → All
Priority: -- → P4
Hardware: x86 → All
Whiteboard: u=user c=demostudio p=
| Assignee | ||
Updated•13 years ago
|
Version: MDN → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Demos → Demo Studio / Dev Derby
Updated•13 years ago
|
Severity: enhancement → normal
Priority: P4 → --
Summary: [Demo Studio] Upload progress meter for demo upload → Add an upload progress bar to the Demo Studio
Updated•12 years ago
|
Whiteboard: u=user c=demostudio p=
Updated•11 years ago
|
Whiteboard: [type:feature][triaged]
Updated•11 years ago
|
Severity: normal → enhancement
Comment 8•9 years ago
|
||
Demo Studio is being retired from MDN and archived as of end January 2016
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•