sybila / biodivine-aeon-sketchbook

AEON Sketchbook is a multi-platform application for designing and analysing large-scale logical models.
0 stars 1 forks source link

Robust ID generating #43

Closed ondrej33 closed 2 months ago

ondrej33 commented 2 months ago

This PR solves the issue with ID generating described in #40. Basically, the IDs are now generated on the backend side, and the application ensures they must always be unique. The default IDs are also more consistent between components, and ID generating mechanism is more robust.