some cleanup of how the lisp server works

This commit is contained in:
Chris Cochrun 2024-04-25 09:53:36 -05:00
parent d653ccdf9f
commit 36fe8f6a63
3 changed files with 20 additions and 145 deletions

View file

@ -3,7 +3,7 @@
:CATEGORY: dev
:END:
* TODO Move to the lisp server and htmx
* 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.
* TODO Add registration cost and info to home page, thank you page, and thank you responses