| 78 | | To get work for a team, a team administrator |
| | 78 | Selecting an online app invokes the BOSSA ''scheduler'' script, |
| | 79 | which selects a task instance suitable for the user, |
| | 80 | and redirects to its instance URL. |
| | 81 | |
| | 82 | Selecting an offline app invokes the BOSSA scheduler, |
| | 83 | which selects a task and redirects to its instance-start URL. |
| | 84 | |
| | 85 | Team administrators are provided with an interface for getting |
| | 86 | offline tasks for the team. |
| | 87 | |
| | 88 | Users and teams are provided with an interface for seeing |
| | 89 | a list of pending offline tasks. |
| | 90 | They can indicate that one of them is completed; |
| | 91 | this takes them to the instance-complete URL for that task. |
| | 92 | |
| | 93 | == Integration with BOINC == |
| | 94 | |
| | 95 | Some offline tasks may involve computation done through BOINC; |
| | 96 | i.e. if the task is assigned to a team, the computation is queued |
| | 97 | in the project's BOINC server and dispatched to members of the team. |
| | 98 | (Or if the task is assigned to a user with many computers, |
| | 99 | those computers are used). |
| | 100 | |
| | 101 | Such projects should provide a web interface for submitting such jobs. |
| | 102 | TODO: describe the API by which this script creates the WU. Give an example. |