-
Notifications
You must be signed in to change notification settings - Fork 17
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
Time application #5
base: master
Are you sure you want to change the base?
Conversation
…, but still end the shift, if the lane is unable to contact the server. Now it dies gracefully and does not end the shift.
Author: Seth McClain <[email protected]> Committer: root <root@lane>
Do you have a db dump that you could share? Maybe as a gist? I was able to pull your commits to a dev branch, but really don't know where to begin checking out the application. Regardless, once you're comfortable with the code that is in your repo, we should pull this into the v2.3_dev branch using pull & merge instead of cherry-pick. |
I have matured the code a lot. Once I get this new code into github, a data dump won't be necessary. You should be able to just start scheduling existing members. |
I completely forgot to upload the code last night for the time keeper. Shame on me. Hopefully soon. I plan on making it up there tomorrow, time permitting, to get some shopping done. Hopefully I'll have time then. |
…ition of the email field for the members tables.
…passed the intended end time.
…ight or zero, in the processing of that time the hour would get converted to '0' because the parseInt was always taking '08' as being decimal.
I finally got around to adding the time application. I have more work on it than this, but I'll get that added later in due time. It is almost completely done.