Changes between Version 10 and Version 11 of BossaImplementation


Ignore:
Timestamp:
Jul 18, 2008, 8:51:31 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaImplementation

    v10 v11  
    11= Bossa implementation notes =
     2
     3To get work, a user goes to a particular Bossa-supplied page.
     4There he sees a list of applications for which tasks are available
     5and for which he is qualified,
     6and links to courses for other applications.
     7Online and offline applications are listed separately.
     8Each application has an estimate of the time or other resources required to complete a job.
     9
     10Selecting an online application invokes the Bossa ''scheduler'' script,
     11which selects a job instance suitable for the user,
     12and redirects to its instance URL.
     13
     14Selecting an offline application invokes the Bossa scheduler,
     15which selects a job and redirects to its instance-start URL.
     16
     17Team administrators are provided with an interface for getting
     18offline jobs for the team.
     19The scheduler allows a team to get instances only for applications
     20for which some team member has the required skill.
     21
     22Users and teams are provided with an interface for seeing
     23a list of pending offline jobs.
     24They can indicate that one of them is completed;
     25this takes them to the instance-complete URL for that job.
    226
    327== Database tables ==