cabinet/todo.adoc

28 lines
751 B
Plaintext
Raw Normal View History

2019-10-31 15:13:49 +00:00
= Todo
:icons: font
* Operations
** [ ] dockerize the build
** [ ] integrate CI/CD
** [ ] run on https://cabinet.chrissexton.org[cabinet.chrissexton.org]
** [ ] create redirect or https://cab.chrissexton.org[cab.chrissexton.org]
* Vue Frontend
** [ ] spend some time learning about TypeScript/Vue.js style
** Documents
2019-11-08 01:54:00 +00:00
*** [x] adoc editor widget
2019-10-31 15:13:49 +00:00
** Authentication
*** [ ] some kind of user auth
** Views
*** [ ] editor view
*** [ ] public index/search view
* Backend
2019-11-08 01:54:00 +00:00
** [?] save endpoint
2019-11-03 20:01:24 +00:00
*** [ ] need to generate a slug for entries
*** [ ] add authentication/authorization
*** [ ] convert document to adoc (give format?)
2019-11-08 01:54:00 +00:00
*** [x] test in frontend
2019-11-03 20:01:24 +00:00
*** [ ] check for unique tags
*** [ ] set some db fields not null
2019-10-31 15:13:49 +00:00
** [ ] search endpoint
2019-11-03 20:01:24 +00:00
* CLI Frontend