From 19dfedaf80e2ac2edb4eb379b2d84afa173bada2 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Tue, 30 Apr 2024 06:48:51 -0500
Subject: [PATCH] update todo with things to work on

---
 TODO.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/TODO.org b/TODO.org
index 8256d82..3d6ebd1 100644
--- a/TODO.org
+++ b/TODO.org
@@ -3,6 +3,10 @@
 :CATEGORY: dev
 :END:
 
+* TODO Calculate age on the camp form
+* TODO Create unit tests in order to automatically make sure things work
+* TODO Post health form to nextcloud tables
+* TODO Create a way to add some kids to nextcloud tables fast
 * DONE Move to the lisp server and htmx
 SCHEDULED: <2024-04-24 Wed>
 I want to move all validation and form processing to the lisp server and htmx. This way I'm not doing javascript which is sometimes complicated since I use it so infrequently, however, this will likely be a bit more involved, so I'll need to learn htmx, but I think it'll be better in the end, since htmx more akin to what the web was supposed to be like.