Changes between Version 9 and Version 10 of BossaIntro
- Timestamp:
- Oct 18, 2007, 1:28:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaIntro
v9 v10 21 21 and can use [BoltIntro BOLT] for volunteer training. 22 22 23 Bossa is underdevelopment. 24 A reference manual for the current implementation is 25 [BossaRef here]. 26 23 27 == Abstractions == 24 28 … … 35 39 * Offline: the task is not online, e.g. because it's potentially handled by a group of users, or requires other asynchronous activity. 36 40 37 An online app has an associated ''instance URL'',41 An app has an associated URL 38 42 identifying a script that takes an task ID argument and displays the task instance. 39 43 The task may consist either of a single web page or a sequence of web pages. 40 In either case the last page in the sequence, when done, should go to 41 '''bossa_task_complete.php''', which triggers validation and then asks 42 the user if they want more tasks. 43 44 An offline app two associated URLs: ''instance start'' and ''instance complete''. 45 Each takes a task ID argument. 46 The start script shows the user a task instance, 47 and makes its input files (if any) available to the user or group. 48 The complete script prompts the user to upload files or enter results; 49 it should then go to '''bossa_task_complete.php'''. 44 In either case the last page in the sequence, when done, should call Bossa API 45 functions to record the completion of the task, and perhaps display another task. 50 46 51 47 Skill apps are either: