Changes between Version 5 and Version 6 of FunctionalDescription
- Timestamp:
- 10/27/14 13:02:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FunctionalDescription
v5 v6 13 13 14 14 ### 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 16 The 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: 16 17 17 18 - startDate … … 61 62 ## A5. Forward to payment system ## 62 63 64 This 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 66 Information pertaining to meta-data on the ccpc and/or learner may need to be attached (TODO: which information is this?) 63 67 64 68 65 69 ## A6. Admission type for CPCC ## 70 71 This 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 66 73 ## A7 ## 74 75 This action is a gather and fork action. First it makes sure that actions [#A6 A6] and [#E2 E2] have been done. 76 67 77 ## B10 ## 68 78 ## B2. Register course payment ##