Skip to content

feat: add plugin data bio entities (MIN-224)

Adrian Orłów requested to merge MIN-224-1-plugins-data-bio-entities into development

Closes MIN-224

Objective:

  • implement bio entities data methods for plugins

What has been done:

  • getAllChemicals method
  • getAllContent method
  • getAllDrugs method
  • getAllMarkers method
  • getShownElements method
  • clearAllElements method
  • addSingleMarker method
  • removeSingleMarker method
  • removeAllMarkers method
  • rendering of pin/surface markers
  • unit tests

image

Example plugin (some buttons may not work as methods names has changed)

Merge request reports