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

9 commits

Author SHA1 Message Date
Markus Grigull
170f00c40a Rename plots to widgets
Add widgetData to prepare for future widgets
2016-11-02 18:32:24 +01:00
Markus Grigull
a4507f095c Add simulations
The simulation model replaces what simulation-model was before. A simulation
is a construct of multiple simulation-models to represent the different
simulator in the simulation.
Added new styling guidelines and global styles for elements.
2016-07-26 19:26:15 +02:00
Markus Grigull
5b09486d3c Move websocket live stream into mixin
Add simulator to websocket message
Add history to simulator-data
2016-07-26 14:40:23 +02:00
Markus Grigull
4a9563f603 Add websocket data receiving
Very buggy early tests
2016-07-21 08:57:04 +02:00
Markus Grigull
d9e1819645 Add simulation-model model and routes 2016-07-20 16:54:20 +02:00
Markus Grigull
f3fd704b91 Add comment header to files 2016-07-20 12:25:51 +02:00
Markus Grigull
480c90530d Add visualization create, edit and delete
All plots will be saved in the plot model (no subclasses).
2016-06-28 22:05:54 +02:00
Markus Grigull
548bbb5e15 Add project create, delete and store in user data
Change adapter and serializer to REST api.
Add session-user to get logged-in user in every controller/route
Change models to async relationships, this way the data is only loaded when
requested.
2016-06-27 23:22:05 +02:00
Markus Grigull
9f8a165c69 Add user and project data from backend 2016-06-26 13:35:06 +02:00