forked from OndrejVane/AntiPatternDetectionApp
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Validate that the proper values have been set as AP parameters. If not, display a prompt and highlight the incorrectly set value. Both in individual AP detail and overall configuration page.
Checks need to consider:
- regular expressions for String values (decide on the separator first)
- integer vs. real numerical value
- can the value of a numerical field be zero? can it be negative? (for both integer and real values)
- percentage (0 - 100 real value)
Reactions are currently unavailable