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

10 commits

Author SHA1 Message Date
Markus Grigull
f3d10d8340 Add simulation-model to simulator relationship
Add simulation to projects
Add running dialog to simulations
Remove running dialog from simulators (simulator should be auto-detected)
Change running-simulation to simulation-models based
2016-10-06 16:56:08 +02:00
Markus Grigull
35b885f19b Add modal dialogs to projects and simulation-models 2016-10-01 11:11:35 +02:00
Markus Grigull
f3fd704b91 Add comment header to files 2016-07-20 12:25:51 +02:00
Markus Grigull
dbf95bc862 Only save changes on project on save button 2016-07-12 00:03:20 +02:00
Markus Grigull
ddd2680d0d Add user management. Move relationship building to server side
Admins can create/edit and delete users (with all their projects etc.)
Deleting a user/project/visualization automatically deletes all its belonging
data (e.g. deleting a visualization deletes all plots).
When creating and deleting objects the relationship is (mostly) handled server
side. Only the first required relationship (e.g. when creating a new project,
the project's owner is set client-side, the rest is matched on the server).
2016-07-11 22:03:47 +02:00
Markus Grigull
db993e2d2f Add todo.md
Fix project and visualization delete
Start with plot styling
2016-06-29 17:08:42 +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
75c8464b6c Add project and user edit, add user email 2016-06-28 10:00:38 +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