2025-06-26T20:33:08Z
Augment the operations over connections between entities (except for adding a brand new entity) and the subsequent update to the graph visualization to avoid a full server round trip.
Augment the remaining form controls that are neither the textareas nor the connections to update without a full round trip.
Dorian Taylor
Manipulating the properties of the entity itself would be easy enough, but altering the connections entails updating both the layout and the graph.
Replace the <textarea> elements with editable paragraphs for a quick (?) win.
Sense Atlas Front End
Write front-end code that hijacks form submissions and supplants them with AJAX (again, or whatever it's called).