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

9 commits

Author SHA1 Message Date
Sonja Happ
f468b44557 Refactoring of js code base:
- Grouping js files based on the elements of the data model instead of parent js class
- All js files providing functionality for one element of the data model are now in one folder; this makes is easier to implement changes for one element in all affected files/ classes
- js files which are common to multiple elements are in the common folder
- The new structure is more in alignment with the new Go backend code base structure
- This commit does not contain any changes in functionality of the frontend
2019-08-20 14:46:33 +02:00
Sonja Happ
5d97e1f32e started with adaptions for new package versions and new Go backend API 2019-07-23 17:16:50 +02:00
Ricardo Hernandez-Montoya
059512333f handle taken usernames add/edit user 2017-05-03 17:30:40 +02:00
Ricardo Hernandez-Montoya
1a54ae09a2 Allow optional token inclusion in REST API calls 2017-05-02 17:26:47 +02:00
Markus Grigull
6a33dc33c0 Add GPLv3 License 2017-04-27 14:41:44 +02:00
Markus Grigull
b7d2d57e0d Fix updating elements in array-store 2017-03-21 11:37:18 +01:00
Markus Grigull
bcb92422ff Add projects route and link to visualizations
Change rest data-manager element update mechanism
Fix new simulation-data dialog default simulator property
2017-03-08 12:54:21 +01:00
Markus Grigull
1939df5f33 Fix rest API, array-data-manager 2017-03-06 21:55:51 +01:00
Markus Grigull
c6677e4553 Add visualization list and detailed view
Placeholder widgets are displayed, modifable but not updated yet
2017-03-03 13:21:25 +01:00