https://bugzilla.wikimedia.org/show_bug.cgi?id=26065
--- Comment #11 from Neil Kandalgaonkar <[email protected]> 2011-12-06 22:55:40 UTC --- While this would be relatively easy to implement, I think it would be a bit hard to use in practice. I have wanted to do it this way, which is a bit harder and there are some unsolved UI problems. Replace the license and the details step with a single step. 1) Have a set of thumbnails at the top, as currently appears at the license stage. Below them is UploadWizardDetails block, including license picker. 2) Allow those thumbnails to be selectable. They start off being all selected. http://jqueryui.com/demos/selectable/#display-grid 3) The harder part: - Change UploadWizardDetails so that it copies its information to the appropriate selected uploads on any change. - When a new thumbnail or group of thumbnails is selected, survey the data in all the selected uploads. When there is data common to all, make the UploadWizardDetails form show that. Otherwise show blank. 4) Unsolved problem: figure out some way to recover from title uniqueness or blacklist errors. Ideally, never ever bother the user about this. Perhaps this means appending "by $username, uploaded $date $time". -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
