This commit is contained in:
Milan Toman
2018-07-14 23:13:24 +02:00
parent bc873b7d1c
commit 2d3cf7b56b
3 changed files with 43 additions and 327 deletions

19
web/readme.md Normal file
View File

@@ -0,0 +1,19 @@
# The GUI. Web based. Python.
This folder should contain all the files related to displaying and manipulating data via the UI.
That means, everything related to the connections to the outside.
# UPDATE: a complete rewrite of current to accommodate all new developers.
By this I mean, we'll be slowly going through the whole code class by class to build a better world.
## Server
I'd say cherrypy. It is lightweight and relatively simple to use. Pure python, of course
## DB
Python calls to Influx. NOT using the influxdb library might be a good idea. We'll see.
Currently the library is being used.
## HTML
Bootstrap 3, default admin / dasboard theme
## JS graphs
[Dygraphs](http://dygraphs.com/)