docs(users/Profpatsch): notes for a tagtime reimplementation

Change-Id: I2c225a9f023b8694c292f4fb962b88db6e3cce07
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7795
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
This commit is contained in:
Profpatsch 2023-01-07 15:03:52 +01:00
parent 727e6d890c
commit e3c1981619

View file

@ -0,0 +1,18 @@
# tagtime reimplementation
Whats great about original perl tagtime?
* timestamps are deterministic from the beginning (keep)
* the tagging system should just work (tm)
Whats the problem with the original perl tagtime?
* it uses a bad, arbitrary file format -> sqlite3
* the query window does not time out, so its easy to miss that its open (often hidden behind another window), and then the following pings might never appear)
* Theres a bug with tags containing a `.` -> sqlite3
What would be cool to have?
* multi-entry mode (ping on phone and laptop and merge the replies eventually since they will apply to single timestamps)
* simplifying reporting based on fuzzy matching & history
* auto-generate nice time reports with hours for work items