nens / threedi-api-qgis-client

3Di Models & Simulations plugin
https://plugins.lizard.net/
Other
2 stars 0 forks source link

Implement schematisation descriptions #493

Closed leendertvanwolfswinkel closed 1 month ago

leendertvanwolfswinkel commented 11 months ago

We want to start using descriptions on a Schematisation level. The description is stored in and read from the meta property of a schematisation ("meta": {"description": "my very cool description"},). Currently, the meta property of schematisations do not yet contain this key, so take this into account.

Please implement this in the following components:

leendertvanwolfswinkel commented 1 month ago

@ldebek I tested this. The New schematisation wizard changes work as expected. The download schematisation dialog has a "description" column, but does not display the schematisation description.

ldebek commented 1 month ago

@leendertvanwolfswinkel Fix for the issue pushed.

leendertvanwolfswinkel commented 1 month ago

Perfect, please merge