Skip to content
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

Initial submission of a Countdown Timer implementation #237

Closed
wants to merge 1 commit into from

Conversation

rkoshak
Copy link

@rkoshak rkoshak commented Sep 12, 2019

This is a module that has a class to implement a countdown timer. It creates a timer that loops every second, updating a passed in Item with the amount of time left on the Timer so people can see how much time is left on their sitemaps and such.

A Number Item or a String Item can be passed to receive the time left updates. If a Number, the number of seconds (rounded to the nearest second) remaining updates the Item. If a String Item, the result of str on the datetime.timedelta Item get's returned, again rounded to the nearest second. The timer itself though will expire on the scheduled millisecond

Signed-off-by: Rich Koshak rlkoshak@gmail.com

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
@rkoshak
Copy link
Author

rkoshak commented Nov 14, 2019

This PR is ready for review

@rkoshak
Copy link
Author

rkoshak commented Jul 17, 2020

I've basically completely rewritten this so am closing this PR. When reviewing submissions to the helper library becomes a priority I'll resubmit. In the mean time I'll keep in in my own repo where I can continue development.

@rkoshak rkoshak closed this Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant