VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Entry.details_table() fixes #237

Closed AlexDo1 closed 1 year ago

AlexDo1 commented 1 year ago

For nested details (when the value is a dict again), the top-level detail must also be included in the details table.

In this example, key foo should be included before foo.bar and foo.baz, foo can also have a description, the nested details foo.bar and foo.baz never have a description. Bildschirmfoto vom 2023-01-26 12-28-07

The value of foo would the be something like 'nested'