klammbueddel/txt2jira

Remove unused timespans from log

Opened this issue · 2 comments

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

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?

Hi,

this would be fine for me.

Thanks
Dennis