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

Create demo for an undo/redo stack #12

Closed daemontus closed 7 months ago

daemontus commented 1 year ago

We are planning an event-driven GUI where the frontend sends events to the backend where all state is maintained. These events pass through an undo/redo stack where they are stored. Ideally, the payload of these events is typed such that we can verify the integrity of the payloads from TypeScript as well (using serde-generate or something similar)

Here, we need to:

ondrej33 commented 7 months ago

This is implemented thanks to #23.