From 5620d87e31c3a0fac6b1efcbb05f375849463ad8 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 6 Jul 2021 03:46:18 +0530 Subject: [PATCH] doc(TODO): add note for interval editing UI --- TODO.org | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.org b/TODO.org index 54764cc..666c13e 100644 --- a/TODO.org +++ b/TODO.org @@ -135,6 +135,7 @@ Some options and ideas - * Will (probably) greatly speed up time parsing and interval splitting. * Will greatly impede human editing of the file, too. 🤔 + An editing UI could help - pretty sure every timestamp edit I've ever made has been for the last interval, or at most an interval in today's data. + - The editing UI could have commands for next/previous interval; one could also have a command which, in the file, opens the plist at point for editing. 7. [ ] Use an SQL database instead of a text file. Assuming SQL can 1. find the difference between ISO-8601 timestamps 2. compare ISO-8601 timestamps, and