Commit Graph

863 Commits (4d215288b32148bc5b3061ecb0c1eca7d8129038)
 

Author SHA1 Message Date
mpeltriaux ede2591cb0 Merge pull request '#300 Extend mail templates' (#301) from 300_Extend_mail_template into master
Reviewed-on: SGD-Nord/konova#301
2 years ago
mpeltriaux f3075412eb #300 Extend mail templates
* extends all relevant mail templates such that municipals of an entry will be shown in the mail
2 years ago
mpeltriaux 8e95e980a3 # Reduces db access
* reduces number of queries performed on detail views of intervention, compensation and eco_account
* renders deductable_rest of eco account beneath progressbar on eco account index view
    * clarifies ordering logic of related column
2 years ago
mpeltriaux 073c39a970 # Improves home_view()
* improves db fetching performance of landing page by ~75%
2 years ago
mpeltriaux acee9daab8 # Improves filter_show_all()
* improves performance for filter_show_all() in ShareableTableFilterMixin and CheckboxCompensationTableFilter by ~40%
2 years ago
mpeltriaux 35c7836b5c # Improve is_shared_with()
* improves central is_shared_with() method of ShareableObjectMixin to run ~30% faster
2 years ago
mpeltriaux 89c83f8a55 Merge pull request 'recorded_quality_check' (#297) from recorded_quality_check into master
Reviewed-on: SGD-Nord/konova#297
2 years ago
mpeltriaux 1438cf4e89 Deployment preparation
* adds unrecording to invalid entries
* reduces quality check runs on entries of interest (compensations)
2 years ago
mpeltriaux 676b8e1e54 Specific quality check for recorded entries
* adds a new command specifically for recorded entries
2 years ago
mpeltriaux 78868be772 Merge pull request 'netgis_client_update' (#294) from netgis_client_update into master
Reviewed-on: SGD-Nord/konova#294
2 years ago
mpeltriaux 4bd2a4c1c5 # Disables buggy client functions
* disables auto-buffering of new points and lines
* improves rendering of surface size
2 years ago
mpeltriaux b5160ed918 # Zoom level for parcel wfs 2 years ago
mpeltriaux c5d073b06b Merge branch 'map_client_parcel_wfs_proxy' into netgis_client_update 2 years ago
mpeltriaux 4052105e1d # Server proxy for client parcel wfs
* refactors map_proxy.py
* adds proxy support for parcel wfs
2 years ago
mpeltriaux 51db1b2f5d # Server proxy for client parcel wfs
* refactors map_proxy.py
* adds proxy support for parcel wfs
2 years ago
mpeltriaux b9d1c18511 Netgis Client update 2 years ago
mpeltriaux 9b3dba9eab Merge pull request '#290 Egon exporter file name' (#291) from 290_EGON_Exporter_file_name into master
Reviewed-on: SGD-Nord/konova#291
2 years ago
mpeltriaux c13216761e #290 Egon exporter file name
* replace user given file name with file based file name for egon export handling
2 years ago
mpeltriaux 6f2b45b62d Merge pull request 'Bugfix' (#289) from fix_shared_users_on_comps into master
Reviewed-on: SGD-Nord/konova#289
2 years ago
mpeltriaux 3390593bff Bugfix
* fixes rendering of shared users counter on unshared compensation entries
2 years ago
mpeltriaux f005e5ccca Quality Check Command enhancement
* adds fix for dealing with __proxy__ instances
2 years ago
mpeltriaux 6d0ccda792 Merge pull request 'Quality Check Command' (#286) from command_quality_check into master
Reviewed-on: SGD-Nord/konova#286
2 years ago
mpeltriaux 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
2 years ago
mpeltriaux 2e5345e522 #285 Drop atom_id from API
* refactors code usage from atom_id to id inside of api app
2 years ago
mpeltriaux 2950487f9c #284 Empty API data
* adds proper message for certain data parsing in case of an error
2 years ago
mpeltriaux af21fa3daa # WIP: Netgis Client Update 2 years ago
mpeltriaux 9c8286a5d1 Merge pull request 'Empty value egon fix' (#282) from empty_egon_fix into master
Reviewed-on: SGD-Nord/konova#282
2 years ago
mpeltriaux 02acceb34e Merge pull request '#280 Schneider capability' (#281) from 280_Schneider_capability into master
Reviewed-on: SGD-Nord/konova#281
2 years ago
mpeltriaux a786023e75 Empty value egon fix
* adds support for missing values so that EGON can properly handle these entries
2 years ago
mpeltriaux 5008bdaaf0 HOTFIX: Migrated revocation
* adds handling for error raising if migrated revocation document missing, due to no existing document at all
2 years ago
mpeltriaux 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
2 years ago
mpeltriaux 87b2e79389 Merge pull request '#277 Deleted entries accessible' (#278) from 277_Deleted_entries_accessible into master
Reviewed-on: SGD-Nord/konova#278
2 years ago
mpeltriaux aba91db152 #277 Deleted entries accessible
* fixes bug where deleted entries could be accessed if detail page would be called directly
2 years ago
mpeltriaux 260aa55b09 Merge pull request 'EGON Export fixes' (#275) from egon_export_fixes into master
Reviewed-on: SGD-Nord/konova#275
2 years ago
mpeltriaux c3c1e472e8 EGON Export fixes
* replaces missing value 'None' with empty string ''
2 years ago
mpeltriaux 66f7341cb5 Merge pull request 'Public report enhancements' (#274) from enhancements_report_template into master
Reviewed-on: SGD-Nord/konova#274
2 years ago
mpeltriaux 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)
2 years ago
mpeltriaux 7585551beb Merge pull request '#271 Identifier non editable' (#272) from 271_Identifier_non-editable into master
Reviewed-on: SGD-Nord/konova#272
2 years ago
mpeltriaux c4174b5b36 #271 Identifier non editable
* sets the identifier form field as readonly
* extends help text
* updates translations
2 years ago
mpeltriaux e6be063e9e Merge pull request 'configurable_label_input_ratio' (#269) from configurable_label_input_ratio into master
Reviewed-on: SGD-Nord/konova#269
2 years ago
mpeltriaux a06b960435 #268 Filter multiple parcelgroups
* adds filter support for multiple parcelgroup and district names, separated by ','
2 years ago
mpeltriaux 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
2 years ago
mpeltriaux ad20f5a73c Merge pull request 'Minor_issues' (#267) from Minor_issues into master
Reviewed-on: SGD-Nord/konova#267
2 years ago
mpeltriaux 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
2 years ago
mpeltriaux cdda43615a #262 Public report missing entry placeholder
* adds empty value rendering on public intervention report
2 years ago
mpeltriaux 52ee8690eb #257 Missing geometry message red
* changes message colour from blue to red (indicating 'blocking' message)
* only renders message on read_only form e.g. on detail view
2 years ago
mpeltriaux e4305ad9e7 Hotfix: Resubmission mail
* fixes resubmission mail recipient
2 years ago
mpeltriaux 821141f2a8 Merge pull request 'egon_sending_on_edit' (#263) from egon_sending_on_edit into master
Reviewed-on: SGD-Nord/konova#263
2 years ago
mpeltriaux 6e85c6ea91 Egon sending
* adds sending to EGON (again) when Intervention is recorded
2 years ago
mpeltriaux e26fc7fae1 Fixing broken document migration
* adds changes to document migration to correctly migrate documents
2 years ago