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

Add implemented & planned features

This commit is contained in:
Markus Grigull 2016-11-10 18:26:26 +01:00
parent b1b515b36a
commit 8c95e4e59a

View file

@ -1,3 +1,24 @@
## Attention: The development is happening in develop-villas. The other branches (including this master branch) are legacy from the old demo.
# Implemented features
- User accounts with different roles (admin, operator, guest etc.)
- Projects per user. Each project can have multiple visualizations. A visualization is a user defined set of graphes, tables, buttons etc.
- Visualizations can be created with a wysiwyg-editor (what-you-see-is-what-you-get). Only labels, single-value and tables are implemented as widgets atm.
- Simulators can be added to the system by endpoint (only one simulator per endpoint atm, will change in further versions)
- Simulations can be created which may use one to many simulators for their simulations models. Each project is based on a simulation to get its data from.
- Live data can be received from VILLASnode(s) and displayed in visualizations
# Planned features
- Project/Visualization/Simulation sharing across users (with restrictions)
- Data storage and everything it depends on (This is gonna be a long time goal, since we want to focus on live-data for the beginning)
- More widgets like plots, gauge, sliders
- User registration and management for administrators
- Imporved security (there is already encryption on user passwords, but the transmission of passwords is not finished)
- Definition of VILLASnodes inside VILLASweb and also deployment of them
- VILLASnode connection graph
- Auto-detection of running simulators/simulations
- Public available (without login) read-only visualizations
# Requirements & Features
- Configuration of local VILLASnode