Changes between Version 13 and Version 14 of BossaOverview
- Timestamp:
- Jul 29, 2008, 10:10:40 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaOverview
v13 v14 20 20 and for which you want to collect alternatives. 21 21 22 Distributed thinking projects have widely varying properties 23 and hence different requirements. 24 Bossa's design philosophy is to provide '''mechanisms''', 25 and leave it up to the projects to define the '''policies'''. 26 This is done using the following techniques: 27 22 28 == The diverse requirements of distributed thinking == 23 29 24 Distributed thinking projects have widely varying properties 25 and hence different requirements. 30 26 31 First, they may require different ''distribution policies'', 27 32 i.e. different orders in which jobs are distributed. … … 66 71 == How Bossa addresses these requirements == 67 72 68 Bossa's design philosophy is to provide '''mechanisms''', 69 and leave it up to the projects to define the '''policies'''. 70 This is done using the following techniques: 73 71 74 72 75 * Project-specific information about jobs and volunteers is stored in '''project data''' fields. These are PHP objects whose structure is determined by the project. Bossa stores them in a textual form in the database.