-
Couldn't load subscription status.
- Fork 0
feat: validate values editor #428
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not seem to work:
- I was able to remove all values from editor and it did not complain.
- I was able to add additional fields and it also did not complain
There if also a validate button that does not fit the styling. I do not think that this button is even needed.
Lastly it would be nice if you follow some standards about creating PRs.
- Most of our colleagues create a branch in apl-core where you can easily deploy changes. It is useful especially if changes require other PRs from other repos.
- This PR requires PR from apl-api but you have not indicated that.
- You have not invited anyone to PR review, why?
|
@j-zimnowoda this PR was supposed to be a draft PR but it seems that I didn't set it to draft, that is also the reason why I said it needs some work and why there is no reviewers or why it doesn't seem to fit the PR standards. |
…i-console into dvk-validate-values-editor

does need some work as the red lines appear only on line 1, didn't manage to get a solution in time,
monaco-yamlseemed like a promised solution but required ejecting react and tinker with web pack which is a no go. If someone knows an elegant solution please let me know. Otherwise I'll try to finish it up next monday