mpeltriaux
6a30af647a
NEtgis Client Bugfix
...
* fixes bug where initial geometry has not been rendered on client loading
* needs to be replaced asap by a proper bugfix from the original devs
2022-09-13 13:43:43 +02:00
mpeltriaux
c08f5145fe
Netgis client update
...
* adds new version to sources
2022-09-12 13:12:59 +02:00
mpeltriaux
968eea85d4
Merge pull request 'Login required on modals' ( #201 ) from modal_login_required into master
...
Reviewed-on: SGD-Nord/konova#201
2022-09-12 12:11:15 +02:00
mpeltriaux
9283c12162
Login required on modals
...
* adds new login_required_modal decorator
* can be used before regular login_required decorator to return a proper session-timed-out message
2022-08-25 11:34:09 +02:00
mpeltriaux
3f907c2b44
Merge pull request '104_Class_based_views' ( #200 ) from 104_Class_based_views into master
...
Reviewed-on: SGD-Nord/konova#200
2022-08-22 11:09:51 +02:00
mpeltriaux
a4de394a54
Share views
...
* replaces function based share views with class based
* improves team-share autocomplete search
* renames internal share url names
2022-08-22 10:58:07 +02:00
mpeltriaux
a16f68012d
EcoAccount views
...
* splits compensation/views/eco_account.py (+700 lines) into separate files in new module
* view files can now be found in /compensation/views/eco_account/...
2022-08-22 10:17:49 +02:00
mpeltriaux
276e7ed4bb
CompensationAction views
...
* replaces function based action views with class based
2022-08-22 08:38:23 +02:00
mpeltriaux
1b5cbba48b
State views
...
* replaces function based state views with class based
2022-08-22 08:27:36 +02:00
mpeltriaux
d6057575ea
Ema Deadline views
...
* replaces ema deadline views with class based
2022-08-22 08:12:55 +02:00
mpeltriaux
89c1352503
Deadline views
...
* replaces function based views for deadlines with class based views
2022-08-22 08:07:35 +02:00
mpeltriaux
ed82109af9
Document views
...
* replaces function based views for creating, editing, removing and fetching documents with class based views
* implemented for all major data types
2022-08-22 07:52:22 +02:00
mpeltriaux
c80145366e
Record class view
...
* adds AbstractRecordView to konova/views/record.py
* implements for all major data types
2022-08-19 11:01:33 +02:00
mpeltriaux
096385a9eb
Resubmission class view
...
* adds AbstractResubmissionView to konova app
* implemented for all major data types
* replaces function based views
2022-08-19 10:47:59 +02:00
mpeltriaux
7e68d12ee9
Konova views
...
* splits konova/views.py into separate files in new module
* view files can now be found in /konova/views/...
* introduces first class based view AbstractLogView
* implemented for Ema, Intervention, Compensation and EcoAccount
2022-08-19 10:25:27 +02:00
mpeltriaux
9654f6873d
EcoAccount views
...
* splits compensation/views/eco_account.py (+700 lines) into separate files in new module
* view files can now be found in /compensation/views/eco_account/...
2022-08-19 08:27:42 +02:00
mpeltriaux
e930250226
Compensation views
...
* splits compensation/views/compensation.py (+700 lines) into separate files in new module
* view files can now be found in /compensation/views/compensation/...
2022-08-19 08:12:32 +02:00
mpeltriaux
b51f743be2
EMA views
...
* splits ema/views.py (+700 lines) into separate files in new module
* view files can now be found in /ema/views/...
2022-08-19 07:51:49 +02:00
mpeltriaux
ac0db79928
Intervention views
...
* splits intervention/views.py (+700 lines) into separate files in new module
* view files can now be found in /intervention/views/...
2022-08-19 07:34:09 +02:00
mpeltriaux
ad4d64457b
Filters refactoring
...
* splits filters.py of compensation and ema app into separate files in new /filters module
* optimizes entry search for multi keyword input
2022-08-18 13:19:04 +02:00
mpeltriaux
d785285805
Autocomplete refactoring
...
* refactors konova/autocompletes.py by splitting into individual files and moving them to fitting apps
* autocomplete files now live in APPNAME/autocomplete/...
2022-08-18 11:25:06 +02:00
mpeltriaux
4b3a35c30e
Konova filter mixins
...
* refactors konova/mixins.py into individual files in konova/mixins/...
2022-08-18 10:45:15 +02:00
mpeltriaux
047a4c7a2e
Tables refactoring
...
* splits compensation tables.py into individual files for compensation table and eco account table
2022-08-18 10:24:11 +02:00
mpeltriaux
0ce913c672
User forms
...
* refactors user/forms.py by splitting into modals package and regular forms
* regular forms can now be found at user/forms/user.py and user/forms/team.py
* modal forms can now be found at user/forms/modals/...
2022-08-18 10:17:09 +02:00
mpeltriaux
2f67c2f569
Intervention forms
...
* refactors intervention/forms and ../modalForms into individual files in separated packages
* forms.py has been renamed into intervention.py, now can be found as intervention/forms/intervention.py
* modalForms.py has been split into individual files living in modals package, can be found as intervention/forms/modals/...
2022-08-18 10:08:51 +02:00
mpeltriaux
ea7a53eb4f
Compensation forms refactoring
...
* splits compensation/forms.py and /modalForms.py into individual files inside new packages
* general forms stay in new files in compensation/forms
* modal forms stay in new files in compensation/forms/modals
2022-08-18 09:54:49 +02:00
mpeltriaux
5550b8aa67
Merge pull request '197_Resubmission' ( #198 ) from 197_Resubmission into master
...
Reviewed-on: SGD-Nord/konova#198
v0.6
2022-08-15 11:02:07 +02:00
mpeltriaux
a6f7e605e6
Migrations + Cleanup
...
* adds needed migrations
* refactors forms.py (700+ lines) in main konova app
* splits into forms/ and forms/modals and single class/topic-files for better maintainability and overview
* fixes bug in main konova app migration which could occur if a certain compensation migration did not run before
2022-08-15 10:50:01 +02:00
mpeltriaux
8bce8b8e75
Command
...
* adds new command to be used with cron for periodic checkin of resubmissions
* updates translations
2022-08-15 10:02:07 +02:00
mpeltriaux
4f02e8ee1b
Templates + Routes
...
* adds control button for Intervention, Compensation, Ema and EcoAccount for setting a resubmission on an entry
2022-08-15 09:38:51 +02:00
mpeltriaux
117a4437fe
Model
...
* adds new model and mixin
* adds new functionality for Mailer class for sending resubmission mails
2022-08-15 08:08:15 +02:00
mpeltriaux
f9c23a8f29
Merge pull request 'Fix' ( #196 ) from 192_Deduction_modal_form_on_recorded_intervention into master
...
Reviewed-on: SGD-Nord/konova#196
2022-08-10 09:29:18 +02:00
mpeltriaux
a5f0d7f8c6
Fix
...
* adds more detailed situation check on check_for_recorded_instance()
2022-08-10 09:28:43 +02:00
mpeltriaux
982d9f1930
Merge pull request '191_Deduction_change_notification' ( #195 ) from 191_Deduction_change_notification into master
...
Reviewed-on: SGD-Nord/konova#195
2022-08-10 09:04:29 +02:00
mpeltriaux
9840c8fa8f
Minor changes
...
* updates translation
2022-08-10 09:03:24 +02:00
mpeltriaux
890911c2dc
Mail sending
...
* adds mail sending logic for new notification setting
* adds new templates for user and team based sending
* enhances all email template layout
* adds translations
2022-08-10 08:59:24 +02:00
mpeltriaux
3d10e84852
New Notification
...
* adds new notification setting to user settings form
* adds translations
* adds initial creating of ENUM on setup command
2022-08-10 08:03:18 +02:00
mpeltriaux
05145673e1
Merge pull request ' #190 Mandatory finished deadline' ( #194 ) from 190_Deadlines_mandatory into master
...
Reviewed-on: SGD-Nord/konova#194
2022-08-08 15:01:31 +02:00
mpeltriaux
fd4c9b0e5e
#190 Mandatory finished deadline
...
* adds template message to indicate a finished-deadline is mandatory
* adds finished deadline existance to quality check of compensation-like entries
* adds proper warning to quality check result
* extends tests
2022-08-08 14:57:36 +02:00
mpeltriaux
23f0567aef
Merge pull request ' #185 Parcel loading on public reports' ( #186 ) from 185_Parcels_loading_CORS_error into master
...
Reviewed-on: SGD-Nord/konova#186
2022-08-02 09:38:44 +02:00
mpeltriaux
70555ee5a3
#185 Parcel loading on public reports
...
* fixes bug where unauthorized clients would not load a geometries parcel view properly
* minor general templates enhancements
2022-08-02 09:38:03 +02:00
mpeltriaux
1c38acea25
Revert "Merge branch 'Docker' into master"
...
This reverts commit cf282c937f , reversing
changes made to ee9834c0da .
Undos accidental remote merge
2022-07-13 11:21:51 +02:00
mpeltriaux
cf282c937f
Merge branch 'Docker' into master
2022-07-13 11:02:57 +02:00
mpeltriaux
ee9834c0da
Merge pull request 'geometry_srid_migration' ( #183 ) from geometry_srid_migration into master
...
Reviewed-on: SGD-Nord/konova#183
2022-07-13 10:57:37 +02:00
mpeltriaux
dacfbd0504
Test update
...
* updates tests for SRID migration
2022-07-13 10:53:45 +02:00
mpeltriaux
0e7859e538
Geometry Model geom SRID migration
...
* adds two new migrations for transforming existing geometries into the default SRID
2022-07-13 08:19:27 +02:00
mpeltriaux
16107f93f6
Merge pull request ' #180 Shared data users hidden' ( #181 ) from 180_Visibility_of_contact_data into master
...
Reviewed-on: SGD-Nord/konova#181
2022-06-27 14:31:30 +02:00
mpeltriaux
d669adf54f
#180 Shared data users hidden
...
* implements hidden visibility of shared users on non-shared entries
2022-06-27 14:31:09 +02:00
mpeltriaux
589a7aec60
Merge pull request '177_Minor_enhancements' ( #178 ) from 177_Minor_enhancements into master
...
Reviewed-on: SGD-Nord/konova#178
2022-06-22 11:53:43 +02:00
mpeltriaux
3f3ae4e31b
# 177 Impressum link
...
* adds impressum link to footer
2022-06-21 14:27:32 +02:00