v0.9.0
Closed Feb 19, 2019
100% complete
This milestone is focused on two main points:
- Integration of an authentication mechanism.
In order to sync with the current version of the instance registry, which contains an authentication framework we need to implement an adequate solution in the management component. Therefore, we need to extend the frontend with a login mask and extend the server re…
This milestone is focused on two main points:
- Integration of an authentication mechanism.
In order to sync with the current version of the instance registry, which contains an authentication framework we need to implement an adequate solution in the management component. Therefore, we need to extend the frontend with a login mask and extend the server requests with the needed authentication data (most likely token based). Also we have to extend the scala play server, which is used to host the application, with an integration of an authentication library to allow the website users to authenticate as well as to connect the scala play server to the instance registry. - Implement the first version of the newly designed user interface.
To achieve this we want to create a local state management to have the information about the current state of the system globally available to all components which might need it (also this means we don't have to request the same information multiple times).
When this state management is in place we can use it to graphically display the current systems state with a graph framework (current prototype is developed with cytoscape).