Bugzilla:UI Hackathon: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=102957 redesign edit attachments screen] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=102957 redesign edit attachments screen] | ||
* fix loss of "edit as comment" comments when going back to "edit attachment" page (new version of firefox won't have this problem, but other browsers still will; perhaps just submit the page back to the server for "edit as comment"?) | * fix loss of "edit as comment" comments when going back to "edit attachment" page (new version of firefox won't have this problem, but other browsers still will; perhaps just submit the page back to the server for "edit as comment"?) | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=208827 autodetect attachment type by default] status: | * [https://bugzilla.mozilla.org/show_bug.cgi?id=208827 autodetect attachment type by default] status: in further discussions it seems like we can get rid of content type selection upon attachment creation entirely, since autodetect has a very high degree of accuracy these days. we can probably also get rid of the "patch" checkbox with a routine that checks text/plain attachments to see if they are patches; we might want to pull in File::MMagic to catch cases where the browser tells us the wrong thing | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=252782 inline image attachments] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=252782 inline image attachments] | ||
* [http://bugzilla.mozilla.org/show_bug.cgi?id=302669 include attachment data in "export bug" XML output] status: ghendricks | * [http://bugzilla.mozilla.org/show_bug.cgi?id=302669 include attachment data in "export bug" XML output] status: ghendricks is working on this | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=5179 submit an attachment while entering a bug] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=5179 submit an attachment while entering a bug] | ||
* make attachment creation work when choosing reviewer on intermediate screen | * make attachment creation work when choosing reviewer on intermediate screen | ||
* let users attach multiple URLs/references to a bug when that makes more sense than attaching the file | * let users attach multiple URLs/references to a bug when that makes more sense than attaching the file | ||
Revision as of 02:51, 30 July 2005
This page is our scratchpad for the current UI Hackathon. Today's hackathon focuses on the usability of the attachments UI. We're meeting on irc.mozilla.org in the #hackathon channel ( Channel Log).
Ideas/patches:
- auto-convert uncompressed BMP to compressed PNG status: ghendricks' patch coded, reviewed, approved, and checked in;
- make this comment an attachment timello suggests we break this up into two separate chunks: moving attachment creation code to Attachment.pm, and adding the UI and functionality into show_bug.cgi
- optimize UI for viewing attachments
- redesign edit attachments screen
- fix loss of "edit as comment" comments when going back to "edit attachment" page (new version of firefox won't have this problem, but other browsers still will; perhaps just submit the page back to the server for "edit as comment"?)
- autodetect attachment type by default status: in further discussions it seems like we can get rid of content type selection upon attachment creation entirely, since autodetect has a very high degree of accuracy these days. we can probably also get rid of the "patch" checkbox with a routine that checks text/plain attachments to see if they are patches; we might want to pull in File::MMagic to catch cases where the browser tells us the wrong thing
- inline image attachments
- include attachment data in "export bug" XML output status: ghendricks is working on this
- submit an attachment while entering a bug
- make attachment creation work when choosing reviewer on intermediate screen
- let users attach multiple URLs/references to a bug when that makes more sense than attaching the file