toggldesktop
toggldesktop copied to clipboard
Timeline View overlap detection should have minutes' precision instead of seconds'
💻 Environment
Platform: Windows, macOS
📒 Description
The overlap detection in the Timeline View on Windows/Mac is working well, but there are a few reasons why the seconds precision is not needed:
- The app (Edit View) doesn't allow editing of Start/End time with seconds' precision. On the Timeline View, the user can still find a way to do it, but it's not so convenient
- We should unify our behavior with the other apps, especially the web app.
Test cases:
- TE1 ends at 08:00:59, TE2 starts at 08:00:00 -> no overlap
- TE1 ends at 08:01:00, TE2 starts at 08:00:59 -> overlap