Dashboard architecture - nagasudhirpulla/oxyplot_widget GitHub Wiki

Dashboard architecture

Members

  • Cells or plot widgets
  • Props like background, width, height etc

Responsibilities

Managing props like background, width, height etc

Layout Management

  • Layout management of existing cells
  • CRUD of cells

Communication with cells

  • Commands like fetch data, stop fetching
  • Inform life cycle events to cells
  • Listen for cell requests using event handlers

Serialization and Deserialization of dashboard state

Dashboard appearance