Skip to content

Comments

[WIP] Separate symbology and labels from od#509

Draft
cymed wants to merge 115 commits intoteksi:mainfrom
cymed:separate_labels
Draft

[WIP] Separate symbology and labels from od#509
cymed wants to merge 115 commits intoteksi:mainfrom
cymed:separate_labels

Conversation

@cymed
Copy link
Contributor

@cymed cymed commented Dec 17, 2024

General

  • Fix a bug
  • Add a feature
  • Maintenance / sustainability
  • Add Documentation

Describe your changes

Concept of #409, but including symbology.

The PR introduces

  • a table tww_od.tww_symbology_quarantine
  • a table tww_od.tww_reach_point_labels
  • a table tww_od.tww_wastewater_structure_labels
  • a table tww_od.tww_wastewater_node_symbology
  • a view tww_app.vw_tww_wastewater_node to include the now separated symbology columns. TODO: currently, moving the vw_tww_wastewater_node moves the corresponding reaches/reach points as well. Is this behaviour desired?

To-Do

When altering a geometry in tww_app.vw_tww_wastewater_node, the geometry of the reaches/reach points linked to it are updated too. We need feedback from the user group if this behaviour is desired or not.

Screenshots

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests.
  • CI Tests are green
  • The documentation is up to date with the proposed change.
  • My work is ready for review

Checklist before merge

  • A review has been performed
  • Comments are resolved
  • Documentation is ready

@cymed cymed added enhancement New feature or request datamodel Concerns the datamodel app_schema Concerns the application schema labels Dec 17, 2024
@cymed cymed added this to the Future milestone Jul 28, 2025
@cymed
Copy link
Contributor Author

cymed commented Feb 23, 2026

@ponceta this PR is conflicting with the dump creation, probably because dropping columns makes the restore fail. Docs builder fails because of missing artefacts. How should we solve this?

@ponceta ponceta closed this Feb 23, 2026
@ponceta ponceta reopened this Feb 23, 2026
@ponceta ponceta closed this Feb 23, 2026
@ponceta ponceta reopened this Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app_schema Concerns the application schema datamodel Concerns the datamodel enhancement New feature or request help wanted Extra attention is needed QGIS project Concern the .qgs QGIS project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Symbology performance improvements

4 participants