This is the bug tracker for Photo Organizer.
FS#13 - Rework spooling
Attached to Project:
Photo Organizer
Opened by Solomon Peachy (pizza) - Thursday, 11 May 2006, 14:36 GMT
Opened by Solomon Peachy (pizza) - Thursday, 11 May 2006, 14:36 GMT
|
DetailsRight now exports and printing work via a dedicated "spool" that is nearly impossible to manage sanely.
I'd like to see the spool go away, in favor of allowing exports/printing to work against an album in its entirety. We can create a "special album" (like the Trash folder, for example) to make the UI work a bit simpler, but instead of "spooling" an item, we'll just link it into that special spool album. This also lets us manage the spool directly. |
This task depends upon
Closed by Solomon Peachy (pizza)
Tuesday, 22 August 2006, 16:25 GMT
Reason for closing: Implemented
Additional comments about closing: It's in!
Tuesday, 22 August 2006, 16:25 GMT
Reason for closing: Implemented
Additional comments about closing: It's in!
Still need to delete all references to the old spooler and replace with the album-specific insert.
Then update various UI stuffs, replace "print" and "export" links with "spool", and add links to "export spool" and "print spool", etc.
Then update the bulk updater to work against albums (and the spooler!)
spool export cleaned up.
spool printer cleaned up.
still needs UI work -- custom handling when viewing the 'spool' folder, and links to print/export/etc from the toplevel spool page. Change how the print/export buttons work everywhere else too.
To-do:
* photo.php -- replace "print" button with "add to spool"
* hide "spool bar" on album/folder/search result pages when spool is empty
* bulk updater working against spool
* When spooler is empty, automatically redirect somewhere appropriate.