Web interface
Opened this issue · 0 comments
tahnok commented
Depends on #14
Build a web interface so that more users can get data off the ring and view it. First pass should be pretty bare bones, support executing sync, display data from sqlite.
I want to keep the number of dependencies on this low, so bare bones HTML. Will need pick (or write) a library for graphing data and tables, but it should work with as little JS as possible because I don't have the brain to support something that needs react
TODO:
- pick framework (flask, fastapi, something else?)
- figure out how to send bluetooth commands from web requests and see if it'll be annoying with
async