36 lines
859 B
Markdown
36 lines
859 B
Markdown
# TODO
|
|
|
|
- [x] Add team manager
|
|
- [x] Add site manager
|
|
- [x] Add site list
|
|
- [ ] FIXME Isolate public routes from ensureLoggedIn
|
|
- [x] Add `Comments` component
|
|
- [ ] Add tests for site manager
|
|
- [ ] Fix React SSR error handling
|
|
- [ ] Add React error boundaries
|
|
- [ ] Use strings as ids for big decimals
|
|
- [ ] Integrate Google login
|
|
- [ ] Improve documentation
|
|
|
|
- <strike>[ ] Add IOC</strike>
|
|
|
|
# JSONRPC
|
|
|
|
- [x] Implement JSONRPC
|
|
- [x] Make it easy to create actions and reducers based on JSONRPC method
|
|
sigatures
|
|
- [x] Refactor part of functionality as POC
|
|
- [ ] Refactor comments projects to only use JSONRPC
|
|
|
|
# ORM
|
|
|
|
- [x] Fix migrations so that they do not recreate a bunch of changes that
|
|
are not needed. Possibly related to fix in 517dd2f
|
|
|
|
# Tests
|
|
|
|
- [ ] Figure out a way to make server-side tests execute successfully without
|
|
`--runInBand`
|
|
|
|
# Issues
|