sybila / biodivine-sketchbook

Biodivine SketchBook is a multi-platform application for designing and analysing large-scale logical models.
MIT License
0 stars 1 forks source link

Prototype of the regulations editor #15

Closed daemontus closed 7 months ago

daemontus commented 1 year ago

The content of the first tab should be a regulations editor. This editor is based on cytoscape.js and this object https://github.com/sybila/biodivine-aeon-client/blob/master/script/CytoscapeEditor.js

The first goal is to try to take the existing functionality and port it to the new implementation. This includes:

Other stuff that involves updating the rest of the UI/app-state which is not the regulations editor can be skipped for now.

ondrej33 commented 7 months ago

The frontend part is implemented thanks to #21 , #22 , #24. The backend part was addressed by #26.