amoghskulkarni / WebGME-MOCA

A domain-specific modeling language for running analyses on manufacturing process models
2 stars 0 forks source link

Enhance database populator #22

Open amoghskulkarni opened 6 years ago

amoghskulkarni commented 6 years ago

1. Create database if the database is not present

  1. Delete the database if the model element is deleted
  2. Show available databases in WebGME context
amoghskulkarni commented 6 years ago
  1. Create database if the database is not present Addressed (see d71aa989557c4ed8bc70af71c6a97959270a5a9e)

  2. Delete the database if the model element is deleted This may be done in GrafanaVisualizer which runs in the browser context. _onUnload method (see 99c27914561a8b4108f9f2f8b39f823c1c705d77) in MOCAGrafanaVisualizerControl is called whenever a database element is deleted.