120 likes | 457 Views
Pixel Design a Photography Asset Management (PAM) System 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
E N D
Pixel Design a Photography Asset Management (PAM) System 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
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
Maestro Import DB connector
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).