add todo list
This commit is contained in:
parent
4fb17bd982
commit
154f2a5196
|
@ -0,0 +1,34 @@
|
||||||
|
= Todo
|
||||||
|
:icons: font
|
||||||
|
|
||||||
|
* Operations
|
||||||
|
** [ ] figure out CI/CD on gitea
|
||||||
|
** [ ] dockerize the build
|
||||||
|
** [ ] run on happy.chrissexton.org
|
||||||
|
* Clean up JS
|
||||||
|
** [ ] check for quote differences
|
||||||
|
** [ ] check for missing semicolons
|
||||||
|
** [ ] check for validation/verification word change issues
|
||||||
|
* Clean up Go
|
||||||
|
** [ ] check for errs that need addressing
|
||||||
|
** [ ] split into multiple files
|
||||||
|
** [ ] split structures out to a new package
|
||||||
|
** [ ] check for validation/verification word change issues
|
||||||
|
** [ ] add demo/default data
|
||||||
|
** [x] make dist directory into VFS
|
||||||
|
** [ ] convert times to UTC
|
||||||
|
* Web UI
|
||||||
|
** [ ] New users
|
||||||
|
*** [ ] need to figure out how to send an email with a magic link
|
||||||
|
*** [ ] need to enable vue*router to handle magic links
|
||||||
|
*** [ ] show email when logged in with a verified account
|
||||||
|
** [ ] Moods
|
||||||
|
*** [ ] need some way to add new moodsets
|
||||||
|
*** [ ] need a moodset selector
|
||||||
|
*** [ ] need to fix mood query to apply only to current moodset
|
||||||
|
** [ ] Calendar view
|
||||||
|
*** [ ] need some way to see the mood history
|
||||||
|
*** probably colored cells
|
||||||
|
* iPhone app
|
||||||
|
* Watch app
|
||||||
|
* Android app
|
Loading…
Reference in New Issue