User Tools

Site Tools


po_todo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
po_todo [2006/06/30 19:38] – rewrite. pizzapo_todo [2006/11/28 01:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +==== Functional Improvements ====
  
 +  * Add per-folder/album licensing text. [[pobug>31]]
 +  * Supplement folder/album Created date with Last Modified and/or Last Added To timestamps. [[pobug>32]]
 +  * Allow folder and album lists to themselves be sortable [[pobug>32]]
 +  * Ability to re-parse EXIF data after imports. [[pobug>33]]
 +  * Offline archival facilities (ie to CD, etc) [[pobug>34]]
 +  * Redesign permission model into a hierarchy, with proper user/group-based permissions. [[pobug>8]]
 +  * Allow arbitary key=value metadata, and convert much of the backend to use it (eg all exif tags, for example) [[pobug>10]]
 +  * Move some stuff into PHP session variables (authentication, permissions, profile data, etc) to reduce database round-trips. [[pobug>35]]
 +  * Rewrite all database stuff to use lazy binding and associative arrays. [[pobug>11]]
 +
 +==== UI Improvements ====
 +
 +  * Add a thumbnail to the NEXT/PREVIOUS links when viewing images. [[pobug>36]]
 +  * Extend the timeline datebook to add a psuedo-album view for that day. [[pobug>9]]
 +  * Better bulk update support. Make underlying code work against an arbitrary list of photos, and add "update an album" support. [[pobug>5]]
 +
 +==== Import improvements ====
 +
 +  * XML file specifies import defaults. [[pobug>39]]
 +  * Generate full-size JPGs from RAW images. [[pobug>7]]
 +  * Specify and store RAW parameters on a per-image basis so re-generation of thumbnails/etc would match original settings. [[pobug>6]]
 +  * Further EXIF parsing improvements: Metering Mode, White Balance, ISO, Flash Mode/Status, etc.. [[pobug>40]]
 +  * Investigate switching to PEL for EXIF parsing. [[pobug>41]]
 +
 +==== Pie-in-the-sky ideas ====
 +
 +  * Create a "bulk upload" client. [[pobug>42]]
 +  * XML-RPC functionality [[pobug>37]]
 +  * Extend the ordering mechanism to include ordering prints (eg via Ofoto or Shutterfly). [[pobug>17]]
 +  * Jabber integration
 +  * RSS/Atom feeds
 +  * Rewrite using mod_perl.  (heh heh heh)