From e3c198161960ffe25be4c88a6b0277c41a95d817 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 7 Jan 2023 15:03:52 +0100 Subject: docs(users/Profpatsch): notes for a tagtime reimplementation Change-Id: I2c225a9f023b8694c292f4fb962b88db6e3cce07 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7795 Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- users/Profpatsch/tagtime/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 users/Profpatsch/tagtime/README.md (limited to 'users/Profpatsch') diff --git a/users/Profpatsch/tagtime/README.md b/users/Profpatsch/tagtime/README.md new file mode 100644 index 000000000000..ab2c7d14e590 --- /dev/null +++ b/users/Profpatsch/tagtime/README.md @@ -0,0 +1,18 @@ +# tagtime reimplementation + +What’s great about original perl tagtime? + +* timestamps are deterministic from the beginning (keep) +* the tagging system should just work (tm) + +What’s the problem with the original perl tagtime? + +* it uses a bad, arbitrary file format -> sqlite3 +* the query window does not time out, so it’s easy to miss that it’s open (often hidden behind another window), and then the following pings might never appear) +* There’s 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 -- cgit 1.4.1