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
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
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
bfbe1085b2
#249 Created as modified
...
* fills modified attribute on new entries with created value automatically
* adds default ordering by last modified on table overviews
2022-11-25 08:27:42 +01:00
b57d52dc9f
Table improvements
...
* enhances visualization of editable column on tables
* simplifies code
* enhances visualization of parcel_group column on tables
* WIP: Ordering on intervention table is odd. Same results are being displayed on page 2. Needs further analysis and fixing!
2022-10-12 16:26:01 +02:00
f49bb74c38
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
fc19a4de52
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
e66c5369a7
CompensationAction views
...
* replaces function based action views with class based
2022-08-22 08:38:23 +02:00
75802c5f66
State views
...
* replaces function based state views with class based
2022-08-22 08:27:36 +02:00
59b77fe567
Ema Deadline views
...
* replaces ema deadline views with class based
2022-08-22 08:12:55 +02:00
a73046aa02
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
7b35591f5d
Record class view
...
* adds AbstractRecordView to konova/views/record.py
* implements for all major data types
2022-08-19 11:01:33 +02:00
ef3507f058
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
3c416fa264
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
79840550cb
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