frontend icon indicating copy to clipboard operation
frontend copied to clipboard

private entries in scientific metadata

Open jkotan opened this issue 2 years ago • 1 comments

Summary

Our users don't want to see all entries in the tree view in the front-end. On the other hand they would like to have them in DB to use them in the post-processing data and have them in the json view ("Show Metadata").

Currently we use quite useful mechanism to hide data in the tree-view related to unit i.e. if we add 'unit' to the scientificMetadata nested dictionary on some level only 'unit' and 'value' are displayed.

I think it would be good to introduce also a second mechanism e.g. in the scientificMetadata tree view we could hide entries with names starting e.g. from '_' or '@'.

Current Behaviour

All entries in the frontend sceintificMetadata tree-view are displayed

Expected Behaviour

In the frontend sceintificMetadata all entries with names starting with '_' or '@' could be hidden.

jkotan avatar Nov 25 '22 09:11 jkotan