Skip to content
inhies edited this page Dec 15, 2016 · 3 revisions

There currently is no webui for Casa. I would like to use the AdminLTE template due to its styling, responsiveness, and license.

Ideas

  • Webui will be a service, not rolled into the Casa codebase.
  • When a service starts, it could publish a text/template to some topic that the webui service will use when displaying content relevant to that service.
    • This allows the various services to control what information is displayed and how. This should prevent the webui from being out-of-date because as the services are updated so are their webui sections.
    • The webui service will handle common assets, like page header, footer, and navigation. Just the main page content would be dictated by outside services.

Clone this wiki locally