konova/intervention
mipel 8cb4e1168d Intervention model refactoring
* splits Intervention model into three main components
   * Intervention (main object)
   * LegalData (holds legal dates, laws, etc.)
   * ResponsibilityData (holds organizations and handler)
   * This way data can be extended more easily in the future
* refactors admin.py and usages in templates
* introduces UuidModel as a base class for BaseResource
2021-07-30 09:30:33 +02:00
..
templates/intervention Intervention model refactoring 2021-07-30 09:30:33 +02:00
__init__.py Initial 2021-07-01 13:36:07 +02:00
admin.py Intervention model refactoring 2021-07-30 09:30:33 +02:00
apps.py Initial 2021-07-01 13:36:07 +02:00
filters.py Intervention model refactoring 2021-07-29 15:49:19 +02:00
forms.py Template improvements 2021-07-28 09:53:14 +02:00
models.py Intervention model refactoring 2021-07-30 09:30:33 +02:00
settings.py Initial 2021-07-01 13:36:07 +02:00
tables.py Intervention model refactoring 2021-07-29 15:49:19 +02:00
tests.py Initial 2021-07-01 13:36:07 +02:00
urls.py Document upload 2021-07-26 15:16:16 +02:00
views.py Document upload fix 2021-07-26 15:34:30 +02:00