2020-05-23 17:13:45 +00:00
|
|
|
# Console
|
|
|
|
|
|
|
|
Apollo GraphQL client and server using express.
|
|
|
|
|
|
|
|
## Tasks
|
|
|
|
|
2020-05-23 20:16:35 +00:00
|
|
|
### POC
|
2020-05-23 18:36:15 +00:00
|
|
|
|
2020-05-24 00:05:04 +00:00
|
|
|
- [ ] Trigger server-side wire commands (separate express path?)
|
2020-05-23 20:16:35 +00:00
|
|
|
|
|
|
|
### Next
|
2020-05-23 17:13:45 +00:00
|
|
|
|
2020-05-24 02:37:52 +00:00
|
|
|
- [ ] Routes.
|
|
|
|
- [ ] Fix JsonTree (yarn link).
|
|
|
|
- [ ] Client/server API abstraction (error handler, etc.)
|
2020-05-24 00:05:04 +00:00
|
|
|
- [ ] Webpack config (remove dynamic config?)
|
|
|
|
- [ ] https://github.com/standard/standardx (JSX)
|
2020-05-23 17:13:45 +00:00
|
|
|
- [ ] Shared config.
|
2020-05-23 20:16:35 +00:00
|
|
|
- [ ] Port dashboard modules with dummy resolvers.
|
2020-05-23 17:13:45 +00:00
|
|
|
|
2020-05-23 20:16:35 +00:00
|
|
|
### Done
|
|
|
|
|
2020-05-24 02:37:52 +00:00
|
|
|
- [c] Client resolvers: https://www.apollographql.com/docs/tutorial/local-state/
|
|
|
|
- [x] Test backend IPFS client request.
|
2020-05-24 00:05:04 +00:00
|
|
|
- [x] Hash Router.
|
|
|
|
- [x] Layout (with Material UI).
|
|
|
|
- [x] config from provider.
|
2020-05-23 20:16:35 +00:00
|
|
|
- [x] Error boundary.
|
|
|
|
- [x] Server React app from server.
|
|
|
|
- https://www.freecodecamp.org/news/how-to-set-up-deploy-your-react-app-from-scratch-using-webpack-and-babel-a669891033d4/
|
2020-05-23 17:13:45 +00:00
|
|
|
- [x] Monorepo for client/server.
|
|
|
|
- [x] Basic React/Apollo component.
|