Data set input validation #1141
katelynienaber
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
@katelynienaber This is just for validation of DS Attributes and not the Dataset Name, right? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is related to this PR and also to template creation.
I'm working on allowing users to make their own DS templates. To do that I want to disable the standard templates once someone has created 1 custom template (with the option to turn them back on in settings.json)
Aaand of course there are some fields that users can't leave blank when creating a DS, without the standard template. So branch ds-attribute-validation creates a framework for validating user input in the DS attributes before allocating.
This discussion is open for people to add their own validation suggestions. So that we can cover the most important ones and skip things that shouldn't be dealt with in Explorer :)
Beta Was this translation helpful? Give feedback.
All reactions