Changes between Version 5 and Version 6 of FunctionalDescription


Ignore:
Timestamp:
10/27/14 13:02:28 (11 years ago)
Author:
mschenk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FunctionalDescription

    v5 v6  
    1313
    1414### Facets ###
    15 The website allows visitors to find courses by a number of criteria. The user can filter the search by applying filters on a numer of facets. The facets are:
     15
     16The website allows visitors to find courses by a number of criteria. The user can filter the search by applying filters on a number of facets. The facets are:
    1617
    1718- startDate
     
    6162## A5. Forward to payment system ##
    6263
     64This action is responsible for forwarding the learner to the payment provider. The action will need to create an identification of the current transaction, holding at least the id of the learner, and the id of the ccpc that is being payed, handing of this data to the payment provider.
     65
     66Information pertaining to meta-data on the ccpc and/or learner may need to be attached (TODO: which information is this?)
    6367
    6468
    6569## A6. Admission type for CPCC ##
     70
     71This action does the selection prior to giving the signal "go ahead and start learning" to the learner. It will check on the admission-type for the given cpcc and display an informational page for the learner on how to proceed now if the admission-type is 'self' or 'pre'. If the admission-type is 'post', some extra handling is necessary and action [#A7 A7] is started.
     72
    6673## A7 ##
     74
     75This action is a gather and fork action. First it makes sure that actions [#A6 A6] and [#E2 E2] have been done.
     76
    6777## B10 ##
    6878## B2. Register course payment ##