[Mpuls-commits] r1611 - wasko/branches/2.0
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 16 12:03:28 CET 2010
Author: torsten
Date: 2010-02-16 12:03:28 +0100 (Tue, 16 Feb 2010)
New Revision: 1611
Modified:
wasko/branches/2.0/INSTALL
Log:
* INSTALL: Added information on how to configure the logbook
Modified: wasko/branches/2.0/INSTALL
===================================================================
--- wasko/branches/2.0/INSTALL 2010-02-16 11:00:21 UTC (rev 1610)
+++ wasko/branches/2.0/INSTALL 2010-02-16 11:03:28 UTC (rev 1611)
@@ -85,3 +85,31 @@
(URL /case_overview) is determined by the python list called fields near
the top of the template waskaweb/templates/casemanagement/caselist.mako.
See the comments there for more information.
+
+LOGBOOK CONFIGURATION
+=====================
+
+Configuration of available types of logbook entries and their categories is
+done in the json file:
+
+Example:
+
+"logbook": {
+ "categories": [
+ {
+ "name": "unmittelbare Arbeit mit dem Jugendlichen",
+ "items": ["1", "2", "3"]
+ }
+ ... more categories ...
+ ],
+ "descriptions": [
+ {
+
+ "1": "Gespräch mit dem/der Jugendlichen",
+ "2": "Kompetenzfeststellung",
+ "3": "Korrespondenz mit dem/der Jugendlichen"
+ ... more descriptions ...
+ }
+ ]
+}
+
More information about the Mpuls-commits
mailing list