Signed Off
OCCD
last updated on Thu, 10/23/2008 - 10:15
General Information
Description
The Oregon center for Career Development in Child Hood Care and Education (OCCD) originally was using File Maker Pro as their database of information. They wished to move their database into an on-line format to help increase functionality and accessibilityPurpose and goal of the project
To track information about registered individuals, including contact information, training information, experience, education, etc.
- Redesign the old FileMaker Pro interface with PHP, JavaScript, CSS, MySQL, etc.
- Maintaining as much functionality as possible, while allowing secure access for authorized users.
Client contact
Andrew Bremner
bremnera@pdx.edu
503 725-8534
SAB104
Personnel
Martin Lukac
lukacm@pdx.edu
Jonas Neuhengen
neuj@pdx.edu
Scope and Scale
Customer
Oregon Center for Career Development in Childhood Care and Education(OCCD)
Users/ audience
Internal usage by members of OCCD
Scope
Partners
Architecture/Design
Project Specification
Standard Flow:
- Pull required files
- Set up $formMode in globals.inc.php to reduce duplication of work
- Set up searching information in globals.inc.php to reduce duplication of work
- Indicate place to use non-default values on page
- Call header w/ title, html includes
- Verify login status
- Pull standard and argument includes
- Set up logout / page-close buttons
- Open pageContent div
- Get database link ($APPLICATION->getDbLink())
- Pull global vars from GET array
- Change dates to MySQL standard
- Add or Update to database
- Create standard functions to reduce duplication of work
- Search db-pull functionality
- Non-search db-pull functionality
- Change dates to user standard
- Define select,radio,checkbox fields from database (parse_fields())
- Call page-creation function
- Call footer w/ footer buttons
Requirements
PHP, JavaScript, CSS, MySQL
Project home and resource storage
Currently living at
http://www.arc.pdx.edu/dev/occd/
Development copy at
http://www.arc.pdx.edu/dev/neuj/trunk/
Related Projects
Project status
Timeline
Public Interface - Before Fall Term 07
Admin. Interface - October/November
