|
Revision 8, 1.4 kB
(checked in by rcrowley, 2 years ago)
|
Finished drag-selecting, added partial batch metadata and tag parsing functions
|
| Line | |
|---|
| 1 |
NOTES |
|---|
| 2 |
|
|---|
| 3 |
Expand gm.thumb to return the date taken as well for use in sorting |
|---|
| 4 |
MySQL format would be nice, as that is string-sortable |
|---|
| 5 |
|
|---|
| 6 |
Offer a preference to not create thumbnails in the name of speed |
|---|
| 7 |
Accomplish this with special case param of thumbSize = 0 to gm.thumb |
|---|
| 8 |
This will still return the date taken but will not actually do the thumbing |
|---|
| 9 |
|
|---|
| 10 |
As of 8-21-2007 |
|---|
| 11 |
Thumbing 127 8 MP JPEGs |
|---|
| 12 |
Uploadr 3 Mac 97 seconds |
|---|
| 13 |
Uploadr 3 Win 278 seconds |
|---|
| 14 |
Uploadr 2.5 Win 312 seconds |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
9-7-2007 meeting with Gino & Stewart |
|---|
| 19 |
|
|---|
| 20 |
Make sure it's smart when network drops |
|---|
| 21 |
*** Partial batch tagging - tag a >1 photo selection all at once - append to individual tags |
|---|
| 22 |
Tooltips on toolbar buttons |
|---|
| 23 |
Save state of unuploaded photos on exit |
|---|
| 24 |
Tabs for batches (two total - the uploading batch and the editing batch) |
|---|
| 25 |
When you start upload, create a new tab for the next batch |
|---|
| 26 |
jUploadr/Chronic style photo progress indication |
|---|
| 27 |
User must DO SOMETHING to get to the new batch once uploading starts (button to switch tabs) |
|---|
| 28 |
Ordering options instead of a default |
|---|
| 29 |
Date taken (fallback to alpha if date taken not available) |
|---|
| 30 |
Let me order them |
|---|
| 31 |
Reverse the current thing |
|---|
| 32 |
|
|---|
| 33 |
Twiki page! |
|---|
| 34 |
|
|---|
| 35 |
Look into embedding Flash into the Uploadr - Picnik |
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 |
Drag selecting photos |
|---|
| 40 |
I couldn't figure out any way other than hardcoding the offsets to make the box actually |
|---|
| 41 |
track the cursor. document.getElementById('photos').offsetTop isn't set?! |
|---|