-
Technical Work
-
Resolution: Cannot Reproduce
-
Trivial
-
1.0.0-M1
-
None
In our validators for forms we check everything that can possibly go wrong and then return all messages. These feels a little excessive when a bunch of error messages are returned.
We might want to consider layering our message order. For example if we're missing fields, lets check that first and only return those messages. Then start checking for data validity. This change should allow our Users to focus on one type of error message at a time without being too confusing.
We might want to consider layering our message order. For example if we're missing fields, lets check that first and only return those messages. Then start checking for data validity. This change should allow our Users to focus on one type of error message at a time without being too confusing.