-
Notifications
You must be signed in to change notification settings - Fork 37
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
Clarify timecard validation errors #929
Conversation
Codecov Report
@@ Coverage Diff @@
## master #929 +/- ##
=======================================
Coverage 91.46% 91.46%
=======================================
Files 39 39
Lines 1688 1688
=======================================
Hits 1544 1544
Misses 144 144
Continue to review full report at Codecov.
|
Provide project name when an error is reported for a timecard entry. Also, link directly from the error to the referenced project. Remove duplicated id values in rendered forms. Remove repeated display of errors/messages at bottom of form.
Very lightly reworked a bit of the javascript to remove the ID attr's which were being duplicated in the template |
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.
Definitely looks like an improvement. Probably more we can do, but this is a really useful iteration.
Description
Working towards resolution of #885, we're making incremental improvements to the error messaging on timecard submission.
Specifically:
Additional information