Skip to content

Commit 5573121

Browse files
author
Katzberg
committed
added index.html to show diagrams in Chart.JS based on output.JSON in same directory
1 parent 9809256 commit 5573121

3 files changed

Lines changed: 388 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,12 @@ uv run pytest --cov=.
7777
## Updating "interfaces"
7878
7979
To reduce the coupling of the current variable naming of the input-format and the models to the code that performs the calculation, the DataModels may used. If the name of a variable changes (e.g. in the input-format) only the name of the right hand side of the respective enum has to be adapted. If a new variables is introduced, it should be added to the DataModels as well.
80+
81+
82+
## USAGE with eXCEl
83+
84+
Bioreaktor_forPy dient als Hilfs GUI, Werte eintragen, speichern
85+
Excel_to_JSON aufrufen (erneuert die JSONS in .src/DataModels und TEst(TEst_data))
86+
dann wie gewohnt main.py mit uv starten
87+
88+
Es resultiert eine output.json die dann mit index.html angezeigt werden kann (Ausführung als localer server mit py -m http.server)

0 commit comments

Comments
 (0)