Skip to main content

Introduction

This is the documentation about multiple projects web based javascript user interface.

  • daiquiri-lib, which is a shared library of javascript components
  • daiquiri-ui, which is the javascript client for Daiquiri
  • blisswebui, which is the javascript client for the BLISS rest API

They are sharing some concepts, widgets, and source code.

Main concepts

  • layout: it's a way to arrange a set of widget
  • component: it's a base widget which can be displayed in the layout
  • hardware: it identify an object of the control system. In this it is called object. It also loosely described the widgets which are able to display such objects.