Replies: 2 comments 1 reply
-
Hey @valfur03, Like I've mentioned. This is something I definitely want to add as a feature. My idea is to have something simpler, where the labels are just strings. But once they are added to a Document they are available to all other Documents in the same Collection. That's why they wouldn't be just part of the Document, but of the entire Collection. If it's just a label we wouldn't need a key-value pair... Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Hey @valfur03 , Thanks for the suggestions. I believe the way to go for this is to create something that allows users to create their own fields. I'll start working on a proof of concept using something like I think one of the challenges is making sure we keep everything type safe and passing through the proper validations. Once I have something at least minimal working I'll add a link to the branch here. |
Beta Was this translation helpful? Give feedback.
-
The document labels could have multiple use cases, like adding tags to blog posts.
I think it should use a key-value pair format, so the labels can contain other kind of metadata. For example,
primary-color => red
to customize the front-end. This is a trivial example, but this is the idea.Beta Was this translation helpful? Give feedback.
All reactions