gtcodes / time_logger_joker

A simple python tool that can be used to log how much time that is spent somewhere
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Clarify what 0 min logged means #29

Open Mupperry opened 6 years ago

Mupperry commented 6 years ago

When someone forgets to logout, the end time is set to be equal to the start time. This gives the desired effect, but is a bit unclear. Did tge user accidentally logout immediately after logging in?

Some extra formatting could be used in the logger interface to make it clear that the user forgot to logout. Add a little mark next to the name or shade the text in some way might be enough.