-
Notifications
You must be signed in to change notification settings - Fork 31
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
Improve handling of entries over midnight #43
Comments
I thought about this. Not really sure if this is really a good idea. What we want to achieve is:
What still bothers me, is the following:
The consequence of the second point is that even with overnight entries, we need to filter all currently stored entries to find the ones that would create a new database entry for the current day. So maybe we are just over-engineering here? My own clocker instance has more than 16'000 entries which can be filtered in under 500ms. We could just naively loop through all entries for better filtering, and simply change the method to display overnight entries to our needs. RFC! |
@BeniRupp wrote in #39:
I prefer this generalised solution, too. Let's focus on this as soon as the full rewrite of #40 is merged.
The text was updated successfully, but these errors were encountered: