21 lines
930 B
Org Mode
21 lines
930 B
Org Mode
#+TITLE: Todo List
|
|
:PROPERTIES:
|
|
:CATEGORY: dev
|
|
:END:
|
|
|
|
* TODO Calculate age on the camp form
|
|
* TODO Create a way to add some kids to nextcloud tables fast
|
|
* DONE Create unit tests in order to automatically make sure things work
|
|
** DONE Break down the api to functions that are testable
|
|
* DONE Update MT Form in Rust server and upload data to NC
|
|
** DONE Add any updated questions and redesign the page to fit the next trips
|
|
** DONE Add functionality for uploading all data to the NC tables
|
|
** DONE Make sure the form is asynchronous so that users will get their page popping back immediately
|
|
** DONE Make sure form has better validation
|
|
* DONE Add registration cost and info to home page, thank you page, and thank you responses
|
|
SCHEDULED: <2024-04-25 Thu 09:00>
|
|
* DONE Post health form to nextcloud tables
|
|
* DONE Make single newline show up
|
|
multiline text options do not include a single newline. They showup as a SPACE and a TAB
|
|
|