Download photo_design_pres

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Microsoft Access wikipedia , lookup

Serializability wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Oracle Database wikipedia , lookup

Ingres (database) wikipedia , lookup

Open Database Connectivity wikipedia , lookup

IMDb wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Relational model wikipedia , lookup

Functional Database Model wikipedia , lookup

Database wikipedia , lookup

Concurrency control wikipedia , lookup

Database model wikipedia , lookup

Clusterpoint wikipedia , lookup

ContactPoint wikipedia , lookup

Transcript
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?