-
Notifications
You must be signed in to change notification settings - Fork 272
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
Missing lunch entry should leave the row as an error #214
Comments
Hi Thamara, |
Done! Let me know if you need anything :) |
I will, thanks :) |
Hi Thamara, Thanks |
Every time you punch, you're toggling that you're entering or leaving work. There can be no odd numbers of punches, because that would mean you never left work. We currently support 4 entries a day, which are filled sequentially when you use the punch button, but can also be filled manually by clicking the field:
The issue is that the app doesn't complain if you fill 1,3,4 or 1,2,4. |
I see, if you fill it manually. |
Anytime an input changes, I'd say. Note that we have an open PR to make the number of entries unlimited, so better to make the validation code generic. |
uncomment relevant tests Issue thamara#214
From the comments in #204:
The text was updated successfully, but these errors were encountered: