Update TODO.md
This commit is contained in:
parent
4c3570a9ce
commit
ef84b9ae4c
15
TODO.md
15
TODO.md
@ -4,7 +4,7 @@
|
|||||||
- [x] Add site manager
|
- [x] Add site manager
|
||||||
- [x] Add site list
|
- [x] Add site list
|
||||||
- [ ] FIXME Isolate public routes from ensureLoggedIn
|
- [ ] FIXME Isolate public routes from ensureLoggedIn
|
||||||
- [ ] Add `Comments` component
|
- [x] Add `Comments` component
|
||||||
- [ ] Add tests for site manager
|
- [ ] Add tests for site manager
|
||||||
- [ ] Fix React SSR error handling
|
- [ ] Fix React SSR error handling
|
||||||
- [ ] Add React error boundaries
|
- [ ] Add React error boundaries
|
||||||
@ -13,3 +13,16 @@
|
|||||||
|
|
||||||
- [ ] Figure out migration script duplicate queries
|
- [ ] Figure out migration script duplicate queries
|
||||||
- [ ] Add IOC
|
- [ ] Add IOC
|
||||||
|
|
||||||
|
# JSONRPC
|
||||||
|
|
||||||
|
- [x] Implement JSONRPC
|
||||||
|
- [x] Make it easy to create actions and reducers based on JSONRPC method
|
||||||
|
sigatures
|
||||||
|
- [ ] Refactor part of functionality as POC
|
||||||
|
- [ ] Refactor comments projects to only use JSONRPC
|
||||||
|
|
||||||
|
# ORM
|
||||||
|
|
||||||
|
- [ ] Fix migrations so that they do not recreate a bunch of changes that
|
||||||
|
are not needed. Possibly related to fix in 517dd2f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user