1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# Roadmap
- [ ] Working on better diagnostic information
- [ ] Explain to user when their system has security restrictions
- [ ] Eliminate synchronous API: it's unused, hard to maintain, and nearly
worthless
- [ ] Diagnose function should collect a JSON and then print that
- [ ] Allow user to build and send their own JSONS
- [ ] Get serialization out of the lock
- [ ] Add a websockets extra
- [ ] Support Firefox
- [ ] Support LadyBird (!)
- [ ] Test against multiple docker containers
- [ ] Do browser-rolling tests
- [ ] Do documentation
- [ ] Browser Open/Close Status/PipeCheck status should happen at broker level
- [ ] Broker should probably be opening browser and running watchdog...
- [ ] Add a connect only for websockets
|