about summary refs log tree commit diff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 18 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0057cf8..aef2fc3 100644
--- a/TODO
+++ b/TODO
@@ -2,4 +2,21 @@ Use the cache!
 	We do not- I mean, we set the cache /up/ but we do not make use of it
 	kind of really at all.
 	I think the only place we kind of need this is in `add_points` where
-	we get the members of the guild.
\ No newline at end of file
+	we get the members of the guild.
+
+Better logging
+	There's like, an user now, so we should log better so we can find errors
+	more readily.
+
+Make Date Parsing Better
+	I think we'll have to write the parser here. Or rip it from awake, really.
+
+	So we can have any of:
+		2025-06-12
+		2025-6-12
+		2025-6-12 4:24
+		2025-6-12 4:24:43
+		2025-6-12 4:24:43am
+
+Wrong count of noun used when 1 point is added
+	"1 points added"
\ No newline at end of file