laconic-console/README.md

43 lines
1.0 KiB
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-25 22:32:45 +00:00
- [ ] Complete WNS functionality
- [ ] Logging
- [ ] Webpack and dynamic config
- [ ] Routes for services
- [ ] Trigger server-side wire commands
- [ ] Test on device in production.
- [ ] IPFS
- [ ] Signal
- [ ] Apps
- [ ] Bots
- [ ] Meta
2020-05-23 20:16:35 +00:00
### Next
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.
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-25 22:32:45 +00:00
- [x] Fix JsonTree (yarn link).
- [x] Client resolvers: https://www.apollographql.com/docs/tutorial/local-state/
2020-05-24 02:37:52 +00:00
- [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.