Signed Off

ARC PROJECT MANAGEMENT

OCCD

last updated on Thu, 10/23/2008 - 10:15

Contents

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 accessibility

Purpose 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:

  1. Pull required files
    1. Set up $formMode in globals.inc.php to reduce duplication of work
    2. Set up searching information in globals.inc.php to reduce duplication of work
      • Indicate place to use non-default values on page
  2. Call header w/ title, html includes
    1. Verify login status
    2. Pull standard and argument includes
    3. Set up logout / page-close buttons
    4. Open pageContent div
  3. Get database link ($APPLICATION->getDbLink())
  4. Pull global vars from GET array
  5. Change dates to MySQL standard
  6. Add or Update to database
    1. Create standard functions to reduce duplication of work
  7. Search db-pull functionality
  8. Non-search db-pull functionality
  9. Change dates to user standard
  10. Define select,radio,checkbox fields from database (parse_fields())
  11. Call page-creation function
  12. 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