2023-08-10 18:18:50 +02:00
|
|
|
# Teiler
|
|
|
|
This module orchestrates the different microfrontends of the bridgehead as a single page application.
|
|
|
|
|
2023-08-17 18:10:12 +02:00
|
|
|
## Teiler Orchestrator
|
2023-08-10 18:18:50 +02:00
|
|
|
Single SPA component that consists on the root HTML site of the single page application and a javascript code that
|
2023-08-17 18:10:12 +02:00
|
|
|
gets the information about the microfrontend calling the teiler backend and is responsible for registering them. With the
|
2023-08-10 18:18:50 +02:00
|
|
|
resulting mapping, it can initialize, mount and unmount the required microfrontends on the fly.
|
|
|
|
|
|
|
|
The microfrontends run independently in different containers and can be based on different frameworks (Angular, Vue, React,...)
|
|
|
|
This microfrontends can run as single alone but need an extension with Single-SPA (https://single-spa.js.org/docs/ecosystem).
|
|
|
|
There are also available three templates (Angular, Vue, React) to be directly extended to be used directly in the teiler.
|
|
|
|
|
2023-08-17 18:10:12 +02:00
|
|
|
## Teiler Dashboard
|
2023-09-22 17:09:47 +02:00
|
|
|
It consists on the main dashboard and a set of embedded services.
|
|
|
|
### Login
|
|
|
|
user and password in ccp.local.conf
|
2023-08-10 18:18:50 +02:00
|
|
|
|
2023-08-17 18:10:12 +02:00
|
|
|
## Teiler Backend
|
2023-08-10 18:18:50 +02:00
|
|
|
In this component, the microfrontends are configured.
|