diff options
author | stuebinm | 2021-04-07 23:33:34 +0200 |
---|---|---|
committer | stuebinm | 2021-04-07 23:33:34 +0200 |
commit | 1e496d82713fed1ccb0da8b5d0e04fbece7ebe67 (patch) | |
tree | 0c1db0b6e2cff415264250e34a6de32024a51ea0 | |
parent | 52698489480e4803960ce29765979e687ff81ff0 (diff) |
add a todo file
Diffstat (limited to '')
-rw-r--r-- | todo.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/todo.org b/todo.org new file mode 100644 index 0000000..8962e0f --- /dev/null +++ b/todo.org @@ -0,0 +1,18 @@ +#+TITLE:TODO + +* TODO Answer Space types +** IDEA range / value slider +** IDEA date picker + +* TODO Answer validation +** TODO general error messages +** TODO for unchosen radio buttons +** IDEA via regular expressions (e.g. for emails) +** IDEA via length + +* TODO Server +** TODO raise less exceptions +** IDEA possibly switch from guile to rust or something + +* TODO List of public surveys +* IDEA CLI tool for age batch decryption & conversion to .csv |