Changes between Version 8 and Version 9 of BossaOverview
- Timestamp:
- Jul 21, 2008, 3:27:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaOverview
v8 v9 65 65 This is done using the following techniques: 66 66 67 * Project-specific information about jobs and volunteers is stored in PHP '''project data'''. The structure of these objectsis 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. 68 68 * 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). 69 69