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

11 commits

Author SHA1 Message Date
Laura Fuentes Grau
708482ec1f wip: make file (name) editable #219, edit files dialog now big enough to encompass table 2020-07-15 14:09:44 +02:00
Sonja Happ
72cc4bfb7b fix license statement in all source files (closes #140) 2020-03-25 13:25:07 +01:00
Sonja Happ
0895ad3c85 Major modifications in login data management:
- only token and currentUser are stored (and error msg if any)
- token and current User are stored in local storage and used by app.js
- placeholders in user edit dialogs are replaced by actual values (except for pw)
- UserStore is renamed to LoginStore to resolve naming confusion
- Error notifications are moved to react components instead of data managers/ dispatchers
- updateCurrentUser method was added in UserDataManager for updating own user #197
- cleanup of edit-own-user dialog #197
2019-11-28 16:01:17 +01:00
Sonja Happ
4bcebd29a4 remove logging 2019-11-26 14:27:06 +01:00
Laura Fuentes Grau
ab714e6896 wip: dashboardA and widgets can be accessed but aren't rendered yet 2019-11-24 20:32:12 +01:00
Laura Fuentes Grau
700c64fc1f wip #210 fixed query parameters, added an example dashboard file for testing 2019-11-12 15:17:40 +01:00
Laura Fuentes Grau
a7124c3a24 wip #210 frontend can now send url with query parameters to backend 2019-11-10 18:59:24 +01:00
Laura Fuentes Grau
5ecb254e13 renamed visualization to dashboard 2019-10-29 14:41:35 +01:00
Laura Fuentes Grau
c9ad98bca0 improved #197 user will be notified if the confirmed password doesn't match 2019-10-29 10:13:44 +01:00
Laura Fuentes Grau
6cfe8e4d82 improved #197 user can now change own name, email and password 2019-10-22 15:43:44 +02:00
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
Renamed from src/stores/array-store.js (Browse further)