Allow the user to insert custom metadata? #574
Replies: 9 comments
-
I would go for a simple |
Beta Was this translation helpful? Give feedback.
-
Yes I didn't use |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if I like metadata=True. Why not always return the metadata as a second return value? |
Beta Was this translation helpful? Give feedback.
-
I agree with @tuscland I'm not fond of |
Beta Was this translation helpful? Give feedback.
-
You mean |
Beta Was this translation helpful? Give feedback.
-
That's why :), by default you opt not to get it: |
Beta Was this translation helpful? Give feedback.
-
I think it is useful to let users add their own metadata. This discussion relates to #120. Also it requires UI/UX work to access metadata and filter items given metadata values. |
Beta Was this translation helpful? Give feedback.
-
A possible workaround right now is to pair an item with an altername key suffixed with e.g. For example: project.put("myplot", plot)
project.put("myplot_metadata", { "notes": "It was fun to generate this plot." }) |
Beta Was this translation helpful? Give feedback.
-
We started to implement notes. We might want to add tags at some point, maybe through the concept of a run. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Something like
Beta Was this translation helpful? Give feedback.
All reactions