Changes between Version 8 and Version 9 of BossaOverview


Ignore:
Timestamp:
Jul 21, 2008, 3:27:37 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaOverview

    v8 v9  
    6565This is done using the following techniques:
    6666
    67  * Project-specific information about jobs and volunteers is stored in PHP '''project data'''.  The structure of these objects is determined by the project.  Bossa stores them in a serialized form in the database.
     67 * Project-specific information about jobs and volunteers is stored in '''project data''' fields.  These are PHP object whose structure is determined by the project.  Bossa stores them in a serialized form in the database.
    6868 * Project-specific policies are encoded in PHP '''project policy functions''' that are invoked at various points (e.g., when jobs are issued, when they complete, and when they time out).
    6969