274d7b8b6f
# 349 LANIS link improvements
...
* replaces 'dumb' link template with LANIS mapinterface support
* adds fallback default LANIS link
2023-10-25 10:04:56 +02:00
d9046eb2b9
Unit test user app
...
* adds unit test for User model and forms
* refactors functions from user_checks.py into User class and drops user_checks.py
2023-09-13 09:49:40 +02:00
1773463e86
# Unit tests for konova geometry
...
* adds further unit tests for konova app geometry model
2023-09-12 09:16:10 +02:00
e443c5f8be
# Unit test konova app
...
* adds unit test for konova app models
* drops unused/unnecessary code fragments
* updates translation
2023-09-08 12:47:50 +02:00
42cb138276
Unit test konova base forms
...
* adds unit test for resubmission modal form
2023-09-07 11:07:17 +02:00
b09ad302b5
Unit test intervention/konova
...
* adds unit test for intervention app
* adds unit test for konova app
2023-09-07 10:48:11 +02:00
3fa76063d0
Eco account unit tests
...
* adds eco account unit tests
* adds validity check to eco account form to check on existing deductions and potential conflict with reduced deductable surface
* improves geojson handling on SimpleGeomForm
* adds/updates translation
2023-08-30 16:20:06 +02:00
e9086cbbcd
Merge branch 'master' into test
...
# Conflicts:
# locale/de/LC_MESSAGES/django.mo
# locale/de/LC_MESSAGES/django.po
2023-08-30 09:12:02 +02:00
44db3ea03e
# Deadline form logic
...
* adds logic to NewDeadlineModalForm to invalidate 'other' deadline types without comment (as explanation for 'other')
2023-08-29 14:06:11 +02:00
ad2f4c12f8
# 342 Fix
...
* fixes bug where rounding error on aggregated db SUM() would occur
* simplifies code base
2023-08-25 09:13:46 +02:00
a2b44a9c45
Unit test intervention forms
...
* adds unit test for new/edit intervention forms
* improves code base for generating new identifiers
2023-08-24 11:47:40 +02:00
21c7889551
Unit test EMA model
...
* adds unit test for EMA model
2023-08-24 10:59:32 +02:00
564ae4d5db
Tests on analysis and compensation
...
* enhances tests for analysis and compensation app
2023-08-17 12:59:50 +02:00
d9cf9669f0
Unit test analysis
...
* adds unit test for creating report
* fixes bug where new (>2018) eco accounts have not been fetched correctly from the db
* adds enhancements in the frontend
* improves test data setup
2023-08-17 10:12:05 +02:00
345b266422
Class based views
...
* refactors method based views for parcel fetching, home and logout to class based
2023-08-15 11:29:38 +02:00
b11217e41f
Error on map client search
...
* adds info for user if address search content could not be parsed properly due to external errors
2023-07-10 10:23:04 +02:00
a571c28027
Geometry simplification
...
* simplifies geometries on SimpleGeomForm if threshold GEOM_MAX_VERTICES has been exceeded
* geometry is iteratively simplified to find a proper tolerance value which satisfies the GEOM_MAX_VERTICES threshold
2023-06-28 14:21:26 +02:00
9544e27baf
# Improves form date checking
...
* adds validator to make sure no dates like `01.01.1` can be accepted. All dates must be somewhat later than 01.01.1950
2023-05-17 14:08:57 +02:00
204cbe2a78
# Fixes bug
...
* fixes bug described in #331
2023-05-16 12:11:13 +02:00
16e72c3372
Server Messages unpublish
...
* changes unpublish_on to optional value
* simplifies fetching of server message news
2023-03-24 07:34:50 +01:00
5fb4f61683
Merge pull request '# 308 To share info message' ( #310 ) from 308_To_share_info_message into master
...
Reviewed-on: SGD-Nord/konova#310
2023-03-13 06:55:46 +01:00
457244d11b
POST form error fix
...
* increases threshold for max upload memory size from 2.5MB to 5MB
2023-03-13 06:54:32 +01:00
9673886f93
# 308 To share info message
...
* adds needs-to-be-shared info message on entries which are only shared with the current user
2023-03-07 07:17:08 +01:00
d6af6ebf45
# Bugfix
...
* fixes bug where multipolygon behaved in mapclient as single polygon, making e.g. deleting of single polygons impossible without removing everything
2023-02-23 14:56:49 +01:00
a90106b390
Merge pull request '284_285_API_changes' ( #296 ) from 284_285_API_changes into master
...
Reviewed-on: SGD-Nord/konova#296
2023-02-23 10:20:56 +01:00
bc9c22949d
Merge pull request '299_Performance_tweaks' ( #302 ) from 299_Performance_tweaks into master
...
Reviewed-on: SGD-Nord/konova#302
2023-02-23 10:19:55 +01:00
f3075412eb
#300 Extend mail templates
...
* extends all relevant mail templates such that municipals of an entry will be shown in the mail
2023-02-23 10:17:45 +01:00
073c39a970
# Improves home_view()
...
* improves db fetching performance of landing page by ~75%
2023-02-22 10:02:56 +01:00
acee9daab8
# Improves filter_show_all()
...
* improves performance for filter_show_all() in ShareableTableFilterMixin and CheckboxCompensationTableFilter by ~40%
2023-02-22 09:44:35 +01:00
35c7836b5c
# Improve is_shared_with()
...
* improves central is_shared_with() method of ShareableObjectMixin to run ~30% faster
2023-02-22 09:19:22 +01:00
1438cf4e89
Deployment preparation
...
* adds unrecording to invalid entries
* reduces quality check runs on entries of interest (compensations)
2023-02-21 08:03:56 +01:00
676b8e1e54
Specific quality check for recorded entries
...
* adds a new command specifically for recorded entries
2023-02-17 08:03:10 +01:00
4052105e1d
# Server proxy for client parcel wfs
...
* refactors map_proxy.py
* adds proxy support for parcel wfs
2023-02-13 10:55:58 +01:00
51db1b2f5d
# Server proxy for client parcel wfs
...
* refactors map_proxy.py
* adds proxy support for parcel wfs
2023-02-13 09:58:56 +01:00
f005e5ccca
Quality Check Command enhancement
...
* adds fix for dealing with __proxy__ instances
2023-02-01 14:17:05 +01:00
8c6f394f5b
Quality Check Command
...
* adds new command 'quality_check' which performs the quality checker on certain entries, which can be filtered using '--identifier-like' and/or '--title-like' parameters
* results are shown in terminal
2023-02-01 14:08:39 +01:00
2e5345e522
#285 Drop atom_id from API
...
* refactors code usage from atom_id to id inside of api app
2023-02-01 08:08:52 +01:00
02acceb34e
Merge pull request ' #280 Schneider capability' ( #281 ) from 280_Schneider_capability into master
...
Reviewed-on: SGD-Nord/konova#281
2022-12-22 07:42:39 +01:00
5008bdaaf0
HOTFIX: Migrated revocation
...
* adds handling for error raising if migrated revocation document missing, due to no existing document at all
2022-12-14 16:36:21 +01:00
235063c8c3
#280 Schneider capability
...
* refactors update_parcels() method in Geometry model to work on Schneider
* old WFS based logic still exists as update_parcels_wfs() in Geometry model to have a fallback. Can be deleted in the future
2022-12-14 12:18:18 +01:00
f26b26d1a1
Public report enhancements
...
* adds toggling of scrollable box table views
* deactivates scrolling for public report view (so all entries can be seen if page is printed)
2022-12-12 13:09:17 +01:00
a06b960435
#268 Filter multiple parcelgroups
...
* adds filter support for multiple parcelgroup and district names, separated by ','
2022-12-08 10:14:39 +01:00
0901bb8d76
Template enhancements
...
* adds configurable label-input ratio setting for forms and specializes for RemoveModalForm
* enhances form body html structure for better UX and usage of label-input ratio
2022-12-08 09:48:01 +01:00
e2e91a4df9
#255 Filter by created user
...
* adds new checkbox filter for all major data types wich shows only entries, where the performing user has been the initial creator of
* adds help texts for checkbox filters
* adds translations
2022-12-06 08:30:43 +01:00
e4305ad9e7
Hotfix: Resubmission mail
...
* fixes resubmission mail recipient
2022-12-05 06:55:35 +01:00
7fda62cbf3
Fixes resubmission handling
...
* resubmissions have not been deleted after sending mails
2022-12-01 13:57:04 +01:00
40df3a30d8
Hotfix
...
* fixes bug where None-geometry entry (instead of empty geometry) would not be expected on parcel fetching
2022-11-30 07:06:44 +01:00
f58da45a11
Merge pull request '222_Annual_reports' ( #251 ) from 222_Annual_reports into master
...
Reviewed-on: SGD-Nord/konova#251
2022-11-25 09:18:04 +01:00
415089084e
Command response dynamic
...
* adds a check whether the mail could be sent properly or not and changes the resulting response
2022-11-25 09:17:15 +01:00
2ef643f4e0
Geometry race condition fix
...
* fixes race condition for geometry conflict and parcel calculation
* harmonizes empty geometries from None/MultiPolygonEmpty to MultiPolygonEmpty
2022-11-23 13:51:05 +01:00