-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more validation on the UI field: version #151
Comments
Do we use a regex for this? or use a dropdown of this fixed value. |
Example -
|
Yes, a regular expression should be good. |
I'm not sure if we should add a validation for this. Doing so will force the user to use the pattern we defined instead make it free for them use the version field as they see fit. After all, the naming guide is a convention, not a rule. |
Agreed. I think this is a very low priority we should look at much later. |
I could do this together with #274 |
@m-reza-rahman For clarification: Should the 3 validation tickets apply to UI only or already be incorporated in archetype? |
I think that’s fine. To be honest I don’t think these validations are super important. They are a nice to have. |
This ticket should be closed as "won't do". |
Agreed. Closing for now. |
Add validation to the version field in the starter UI
'version' should only allow e.g.:
see also here: guide-naming-conventions
Default value should be 1.0.0-SNAPSHOT (as it already is)
The text was updated successfully, but these errors were encountered: