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

Remove unused timespans from log #4

Open
deeaitsch84 opened this issue Nov 21, 2022 · 2 comments
Open

Remove unused timespans from log #4

deeaitsch84 opened this issue Nov 21, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@deeaitsch84
Copy link

deeaitsch84 commented Nov 21, 2022

Feature request

After a successful commit the application should ask to cleanup empty timespans from the committed timespans inside the current time-charging session.

before:

14.11.2022 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

08:00
ABC-1 foo
08:15 
08:30
08:45
09:00
09:15
ABC-2 bar
09:30

after:

14.11.2022 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

08:00
ABC-1 foo
08:15 
09:15
ABC-2 bar
09:30
@klammbueddel
Copy link
Owner

klammbueddel commented Nov 21, 2022

Hi @deeaitsch84,

Thank you for your feedback. I am currently rewriting the parser. When finished this will allow me to easily add the cleanup task as you suggested. I would prefer to keep a line break between 08:15 and 09:15 to highlight the break. What do you think?

@klammbueddel klammbueddel added the enhancement New feature or request label Nov 21, 2022
@deeaitsch84
Copy link
Author

Hi,

this would be fine for me.

Thanks
Dennis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants