Project Home

Curator Redesign

Author: Martin Blais <blais@furius.ca>
Date: 2004-03-23

Abstract

Details and notes on the complete redesign of curator.

Features

Ideas

Important

We store all paths as paths relative to the root directory. We prepend the root directory whenever we need to have real file access.

dataflow.png

Dataflow diagram for the curator redesign.

images:
is a tree of dir containing images.
metadata:
is a map of image filename to an ElementTree data structure that can be observed to get information out of it.

Fundamental Problem: discovery generates the description file location and the description file influences the browseable image.

Problem: when do the thumbnails get generated?

2 use cases:

  1. no processing, browse images directly (small images only)
    1. simple direct viewing
    2. images are the result of processing
  2. require originals + processing.

--no-thumbnails mode: do no generate thumbnails bt link by text

  • need to support this throughout

Important