FachschaftMathPhysInfo / Finance-Visualizer

Gibt eine Übersicht über die Finanzen der Fachschaft MathPhysInfo
http://www.mathphys.info/finanzen/
GNU General Public License v3.0
4 stars 2 forks source link

move array to json #6

Closed ThorstenBuss closed 4 years ago

ThorstenBuss commented 4 years ago

Das Einnahmen und das Ausgabenarray sind jetzt in einer .json-Datei.

christian-heusel commented 4 years ago

At the moment I dont really understand the motivation to use JSON here. An extra .js file would be sufficient as described in #5.

christian-heusel commented 4 years ago

After deploying to my NAS I can confirm :hankey: :snail:

Feel free to merge your PR!

christian-heusel commented 4 years ago

Please do not forget to also update the README.md

ThorstenBuss commented 4 years ago

As @TheEbolaDoc described in #5 , it is probably nicer to use an extra .js instead of a .json file.