[ui] Attribute / Node: Refacto of the attribute validation paradigm#2725
Open
nicolas-lambert-tc wants to merge 13 commits intodevelopfrom
Open
[ui] Attribute / Node: Refacto of the attribute validation paradigm#2725nicolas-lambert-tc wants to merge 13 commits intodevelopfrom
nicolas-lambert-tc wants to merge 13 commits intodevelopfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2725 +/- ##
===========================================
+ Coverage 78.57% 78.89% +0.32%
===========================================
Files 48 50 +2
Lines 6577 6663 +86
===========================================
+ Hits 5168 5257 +89
+ Misses 1409 1406 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aca1a11 to
a6e26b9
Compare
458de57 to
404056d
Compare
528c611 to
2a34f27
Compare
…range icon if an error exists. Mandatory atribute have a '*'
…splays a warning icon, and selection border is orange
…idity. Id one is not valid an icon is added
…some atribute fields
Co-authored-by: Fabien Castan <fabcastan@gmail.com>
Co-authored-by: Fabien Castan <fabcastan@gmail.com>
7154a48 to
88227fb
Compare
88227fb to
48acfec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Alicevision related PR
Add a standard way to validate the attribute value.
It add a way to apply validators to an attribute description and to represent in the UI when these attributes are not valid.
Validators
Validators usage (can be a lambda)
Features list