laconic-console/README.md

35 lines
975 B
Markdown
Raw Normal View History

# 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 13:55:36 +00:00
- [ ] Trigger server-side wire commands (mutation or separate express path?)
2020-05-23 20:16:35 +00:00
### Next
2020-05-24 13:55:36 +00:00
- [ ] Config routes for services (test).
2020-05-24 00:05:04 +00:00
- [ ] Webpack config (remove dynamic config?)
2020-05-24 13:55:36 +00:00
- [ ] Client/server API abstraction (error handler, etc.)
- [ ] Port dashboard API calls (resolve config first).
- [ ] Port dashboard react modules with dummy resolvers.
- [ ] Fix JsonTree (yarn link).
2020-05-24 00:05:04 +00:00
- [ ] https://github.com/standard/standardx (JSX)
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/
- [x] Monorepo for client/server.
- [x] Basic React/Apollo component.