Changes between Version 9 and Version 10 of BossaIntro


Ignore:
Timestamp:
Oct 18, 2007, 1:28:10 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaIntro

    v9 v10  
    2121and can use [BoltIntro BOLT] for volunteer training.
    2222
     23Bossa is underdevelopment.
     24A reference manual for the current implementation is
     25[BossaRef here].
     26
    2327== Abstractions ==
    2428
     
    3539 * Offline: the task is not online, e.g. because it's potentially handled by a group of users, or requires other asynchronous activity.
    3640
    37 An online app has an associated ''instance URL'',
     41An app has an associated URL
    3842identifying a script that takes an task ID argument and displays the task instance.
    3943The 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'''.
     44In either case the last page in the sequence, when done, should call Bossa API
     45functions to record the completion of the task, and perhaps display another task.
    5046
    5147Skill apps are either: