photo_design_pres

Download Report

Transcript photo_design_pres

Pixel
a Photography Asset
Management (PAM) System
Design
Jeffrey Jacob, Ian Lau, Howell Li, Ben Schwaid
Presenter: Ian Lau
Agenda
- Review
- System Architecture
- Subsystem - Database
- Subsystem - Maestro Import
- Subsystem - User Interface
- Demo
- Plan
Review
System Architecture
Database Design
Database Driver
The database connection is wrapped
with a class.
The retrieval and insertion functions take
in and return data structures that
represent each of the entities in the
system
-- users (photo editors, photographers, etc)
-- photo
-- assignments
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
Maestro Import
DB connector
QuickTime™ and a
TIFF (Uncompressed) decompressor
are needed to see this picture.
Web Interface
As in the database, the web
interface is wrapped with helper
classes that will call functions in
cgicc
Demo
Available at http://seifen.dynu.com
Plan
- Two teams : infrastructure and interface.
- Initially, the two parts will be built in parallel using stubs and dummy
data (see demo).
- Once the database is built, replace stubs with actual calls with the
wrappers.
- Goal : integrate the two parts by the first build (4/18).
Questions?