Riverscapes / QRiS

Riverscapes Studio - for QGIS
https://qris.riverscapes.net
GNU General Public License v3.0
2 stars 0 forks source link

Show "System" metadata to the user. #498

Open KellyMWhitehead opened 1 month ago

KellyMWhitehead commented 1 month ago

Background

Most 'things' in QRiS have metadata, which is JSON stored in a metadata field. This has evolved over time and I now store three types: 'system', 'metadata' and 'attributes' in the metadata json.

Question How would we like to expose these read-only 'system' type metadata values? The metadata tab currently looks like this:

image

KellyMWhitehead commented 1 week ago

Ready for release 1.0.2.

1) Checkbox at bottom shows/hides the read-only qris system metadata. System metadata not displayed by default.

2) Also made the delete button enable only if a row is selected and it is not a system metadata.

3) This is subtle, but when you click add, the edit cursor for the key becomes active.

Image