Summary | Upload UI |
Queue | Ansel |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | duck (at) obala (dot) net |
Created | 02/09/2009 (5997 days ago) |
Due | |
Updated | 03/09/2009 (5969 days ago) |
Assigned | |
Resolved | 03/09/2009 (5969 days ago) |
Milestone | |
Patch | Yes |
State ⇒ Resolved
the page would be nice, but would pretty much require a total rewrite
of the ajax carousel, not something I'm personally up for in the near
future.
First/Last links would also be nice, but again, would require some
changes to the carousel code that I'm not inclined to spend time on in
the near future.
So, unless anyone else is going to do this, I'd say this can be
closed, or maybe given a 2.0 milestone...
first and last image link to the carousel...
sort order...plus the image_id will only follow the larger the numer
== more recent upload if there were no images moved into the gallery
from another gallery - probably a somewhat fringe case, I know, but I
don't think we should be relying on a backend specific numbering
scheme for presentation logic.
necessarily listed in chronological order, they are listed according
to the image_sort field. Listing them in reverse order may or may
not provide the last uploaded image first - and it might lead to
confusion with the user as to why there images are not in the order
they have selected.
incremental, we get the correct upload order by using
rsort($image_ids, SORT_NUMERIC).
#2from above, and tweaked it a bit to remove some(now) redundant checks in the upload template file and to avoid
loading any of the js if we aren't showing the carousel.
Anyone else want to weigh in on points
#1and#3before I close?http://cvs.horde.org/diff.php/ansel/img/upload.php?rt=horde&r1=1.38&r2=1.39&ty=u
http://cvs.horde.org/diff.php/ansel/templates/image/upload.inc?rt=horde&r1=1.12&r2=1.13&ty=u
State ⇒ Feedback
natural begaviour as you are filling the gallery.
behavior, I'd much rather see something like a "What do you want to do
now?" message. You could redirect back to the upload screen, and
display this message with choices like view gallery, add captions,
etc...
This is how Flickr works, IIRC.
Of course, even better would be an Ajax image uploader :)
the last uploaded images not to always slide to see what you uploaded
the last time.
listed in chronological order, they are listed according to the
image_sort field. Listing them in reverse order may or may not
provide the last uploaded image first - and it might lead to confusion
with the user as to why there images are not in the order they have
selected.
Priority ⇒ 1. Low
State ⇒ New
New Attachment: UPLOAD.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ Upload UI
Type ⇒ Enhancement
natural begaviour as you are filling the gallery. Otherwise you must
always go back to the upload screen.
2.Load image_ids for lightbox only if gallery is not empty
3.Show images in recursive order. Is more natural to see by default
the last uploaded images not to always slide to see what you uploaded
the last time.