Index: openacs-4/packages/xolp/www/doc/design-decisions.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xolp/www/doc/design-decisions.adp,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/xolp/www/doc/design-decisions.adp 26 Jan 2017 10:00:51 -0000 1.1 +++ openacs-4/packages/xolp/www/doc/design-decisions.adp 31 Jan 2018 21:01:11 -0000 1.2 @@ -10,7 +10,7 @@
(Durable) Storage of Indicators and Activities
- The persistance of indicators and activities. + The persistence of indicators and activities. Although it is possible to update and delete all data via the API, indicators are typically simply imported/pushed into the data base without the need for further modification. @@ -72,7 +72,7 @@ There are several entities in xolp for which we expect only a few instances. For example, we will only need a handful of ActivityVerbs and EvaluationSchemas, and in practice probably even not too many EvalutionScales (if the client application cares about deduplication). - By refering to these resources via human-readable identifiers, we are able to write nice readable + By referring to these resources via human-readable identifiers, we are able to write nice readable code such as ::xolp::EvaluationSchema require -iri "https://dotlrn.org/xolp/evaluation-schemas/at-five-to-one" or @@ -121,7 +121,7 @@ Slowly Changing Dimension (of Type 2).
-
Activity Hierachy
+
Activity Hierarchy
It is natural to think of activities at different granularity levels, or that an activity can comprise several sub-activities.