Service Portal für das Kompensationsverzeichnis. Offiziell als "KSP" deployed. https://ksp.naturschutz.rlp.de
Go to file
mipel 881edaeba6 Compensation detail view
* adds compensation detail view (WIP)
* adds includes dir for related objects, similar to interventions
* adds functionality for
   * adding/removing before_states
   * adding/removing after_states
   * adding/removing deadlines
   * adding/removing documents
* refactors usage of BaseModalForm
   * holds now process_request() in base class for generic usage anywhere
* adds __str__() method for some models
* compensation__action is blank=True now
* renamed tooltips
* adds new routes for state/deadline/document handling inside of compensation/urls.py
* adds precalculation of before/after_states for detail view, so users will see directly if there are missing states
* removes unnecessary link for intervention detail payment
* adds missing tooltips for check and record icon on detail views
* refactors DeadlineTypeEnum into DeadlineType in konova/models.py, just as the django 3.x documentation suggests for model enumerations
* UuidModel id field is not editable anymore in the admin interface
* adds/updates translations
2021-08-03 13:13:01 +02:00
compensation Compensation detail view 2021-08-03 13:13:01 +02:00
intervention Compensation detail view 2021-08-03 13:13:01 +02:00
konova Compensation detail view 2021-08-03 13:13:01 +02:00
locale/de/LC_MESSAGES Compensation detail view 2021-08-03 13:13:01 +02:00
logs Initial 2021-07-01 13:36:07 +02:00
news Html enhancements 2021-07-21 13:27:35 +02:00
organisation Created|Deleted refactoring 2021-08-02 11:52:20 +02:00
templates Access url for interventions 2021-07-30 13:30:42 +02:00
user Missing group message 2021-08-03 09:45:41 +02:00
.gitignore Initial 2021-07-01 13:36:07 +02:00
manage.py Initial 2021-07-01 13:36:07 +02:00
README.md Readme 2021-07-21 09:45:15 +02:00
requirements.txt Documents removing 2021-07-23 18:27:53 +02:00

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.

Technical documentation

Technical documention is provided in the projects git wiki.

User documentation

A user documentation is not available (and not needed, yet).