ericaltendorf / plotman

Chia plotting manager
Apache License 2.0
909 stars 280 forks source link

Create a web dashboard #9

Open ericaltendorf opened 3 years ago

ericaltendorf commented 3 years ago

Create a web dashboard that shows basically what the interactive curses-based dashboard shows.

ericaltendorf commented 3 years ago

Probably three main phases of work:

  1. Generalize all reporting code to produce abstracted tables instead of working with texttable directly
  2. Write some libraries to render tables to HTML, and assemble them
  3. Hook up with an httpd library or apache or something
ericaltendorf commented 3 years ago

Simpler/easier approach: dump interactive mode text display to a file on a semiregular basis. This file can be served statically by an httpd.