Improve parcel reference #139
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#139
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
The current implementation looks like this:
However, in a recent meeting we agreed on further details, which need to be added to such information:
ToDo
These information might be important but the table's width would grow too much. Therefore we need to restructure this table layout and take some inspiration from the previous layout from the predecessor system:
Which means:
Improve WFS fetching
Currently we are not fetching any data regarding Verbandsgemeinde and keys in general. We need to extend the WFS fetching such as all this data will be persisted in the database.
Improve filtering
Holding (hopefully) persistent keys for such spatial references, we can further enhance the filtering capabilities of Kreis, Gemarkung, ... on all overview views:
Frontend layout has been updated, database models optimized and fetching code changed.
Models
Formerly
District
andParcel
models have been enhanced:District
(Kreis),Municipal
(Gemeinde),ParcelGroup
(Gemarkung)key
andname
attribute for easier referencingCommands
Municipals
andParcelGroups
Merged in #141