Implements a node inside a Content-Delivery-Network (CDN) for the new Pool² infrastructure. It focuses on CSS (respectively LESS code) and a dynamic frame for other microservices UI.
Dispenser can be build via sbt-buildtool.
Dispenser can render HTML-Files with custom Context. For this you can simply send an Json in Format:
{
metaData: {
msName: "",
templateName: "",
language: Option[""]
},
navigationData:{
navigationName: "",
active:"",
user_id: Option UUID
},
templateData: {
title: "",
content:"",
head: Option String
}
}
to Dispenser @ http://HOST/dispenser/template/simple
The name of the template must be specified in the template variable of the json.
Used variable:
simpleTemplate: header, body:
- [F] #48 - Use RbAC
- [B] #42 - Footer should be fixed
- [I] #44 - Extract footer as widget
- [B] #41 - Logo links to wrong page
- [B] #40 - Drop image is missing
- [B] #39 - Vica con Agua
- [F] #35 - Widget for handling navigation via Javascript
- [B] #25 - Navigation not Found
- [F] #31 - Templates: add option for handling javascript
- [F] #28 - Impressum: template logic for handling imprints
- [F] #26 - Switch the host
- [F] #21 - add init for navigation
- [F] #1 -Embeds HTML-Snippets in an HTML-Form
- [F] #9 - add mongoDB for navigation
- [F] #12 - view representation for navigation
- [F] #3 - handle HTML Template