Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed.
https://ksp.naturschutz.rlp.de
* set automatically DEFAULT_GROUP to migrated users * fixes bug where GISPADID could not be resolved properly, since it is suddenly named FKEY in source table (protokoll) * adds fallback for protokoll table migration, since some logs can be found in a table called "log" * set created and modified attributes of a migrated instance according to their first and last log entries * automatically create teams from previous registration and conservation office access roles * need to be populated with users using data from natportal migration * checks first if a KOM's EIV exists before performing all (time consuming) migration steps |
||
---|---|---|
analysis | ||
api | ||
codelist | ||
compensation | ||
ema | ||
intervention | ||
konova | ||
locale/de/LC_MESSAGES | ||
news | ||
templates | ||
user | ||
.gitignore | ||
LICENSE_de.md | ||
LICENSE_en.md | ||
manage.py | ||
README.md | ||
requirements.txt |
Konova
Konova is the successor of KSP. It's build using the python webframework Django, the database postgresql and the css library bootstrap as well as the icon package fontawesome for a modern look, following best practices from the industry.
Background processes
Konova uses celery for background processing. To start the worker you need to run
$ celery -A konova worker -l INFO
More info can be found here. Redis must be installed.
Technical documentation
Technical documention is provided in the projects git wiki.
User documentation
A user documentation is not available (and not needed, yet).