1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-23 00:00:02 +01:00
Commit graph

16 commits

Author SHA1 Message Date
Markus Grigull
ab326eb4de Squashed: Add villas-controller simulator support
Removed nodes completely from the ui and replace with simulators
directly.
Data management changed: A seperate connection is established for
each simulator on its own
Removed nodes tree view and replace with table simulator list
2018-03-29 10:53:21 +02:00
48f899ac90 fix HTTPS issues for node endpoint urls 2018-02-07 14:45:41 +01:00
Markus Grigull
e7904d2bd7 Add reverse channel for simulation data 2018-02-06 00:38:32 +01:00
Markus Grigull
94003207f3 Add relative endpoint for nodes 2017-09-24 15:48:13 +02:00
Markus Grigull
e3fc757b3b Add progress bar to image upload 2017-08-19 14:09:15 +02:00
Ricardo Hernandez-Montoya
5d70a73773 issues #42 and #43 2017-04-28 11:43:15 +02:00
Markus Grigull
6a33dc33c0 Add GPLv3 License 2017-04-27 14:41:44 +02:00
Markus Grigull
05b74fc090 Add running simulator detection 2017-03-21 16:26:12 +01:00
Markus Grigull
93da46973d Add image widget
Add file upload, used for image widget atm
Image widget is buggy atm
2017-03-16 21:21:57 +01:00
Markus Grigull
5bf9ad9f8d Add authentication
Uses jwt tokens, token is stored locally between refreshes
2017-03-16 10:22:25 +01:00
Markus Grigull
42e4afbed8 Increase widget performance
Make rest-api more universal usable
2017-03-14 19:00:13 +01:00
Markus Grigull
7161ea7adc Add unique simulator sockets
Add automatic simulator-data load
Add missing widget-value component
2017-03-08 15:41:53 +01:00
Markus Grigull
1939df5f33 Fix rest API, array-data-manager 2017-03-06 21:55:51 +01:00
Markus Grigull
5441bd46f6 Add websocket api with simulator data
Simulator data is passed to each widget to process the data
2017-03-04 10:31:13 +01:00
Markus Grigull
2fa75f0e58 Add delete and edit dialog to simulators 2017-03-02 16:22:57 +01:00
Markus Grigull
0cf1884192 !!! Move complete project to ReactJS !!!
ATTENTION: The complete project is ported to ReactJS.

Motivation: React (with flux) is much more flexible and performant in the
use case of VILLASweb. Ember is a good framework, but it has many tradeoffs
to its easy handling and feature completeness. Many work arounds had to be done
to get ember to work the way needed. Because ReactJS gives the developer much
more flexibility and feature choice, VILLASweb can be build much better.
The aim is to only depends on needed packages and be as performance as possible.

This new version still works with the current backend!

For library usage see package.json.

This first version contains the same base website as the old version but
changed back to legacy color scheme. Simulators are loaded from and can be added
to the backend as a proof-of-concept.
2017-03-02 12:47:52 +01:00