update todo
This commit is contained in:
parent
7ee82cb58e
commit
e966f394f5
1 changed files with 3 additions and 2 deletions
5
TODO.org
5
TODO.org
|
|
@ -3,11 +3,12 @@
|
||||||
:CATEGORY: dev
|
:CATEGORY: dev
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
* TODO Calculate age on the camp form
|
|
||||||
* TODO Create unit tests in order to automatically make sure things work
|
* TODO Create unit tests in order to automatically make sure things work
|
||||||
** TODO Break down the api to functions that are testable
|
** TODO Break down the api to functions that are testable
|
||||||
* TODO Post health form to nextcloud tables
|
|
||||||
* TODO Create a way to add some kids to nextcloud tables fast
|
* TODO Create a way to add some kids to nextcloud tables fast
|
||||||
|
* TODO Create a way to add newsletters to the site easily...
|
||||||
|
* DONE Post health form to nextcloud tables
|
||||||
|
* DONE Calculate age on the camp form
|
||||||
* DONE Move to the lisp server and htmx
|
* DONE Move to the lisp server and htmx
|
||||||
SCHEDULED: <2024-04-24 Wed>
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue