Dan
|
e365124b49
|
We had findDataObject(s) methods all over the place, so consolidating this logic.
|
2022-07-11 13:09:25 -04:00 |
Dan
|
d20c7e8677
|
Don't create new data objects each time you add a data reference, rather, use the first data object you can find. If no data objects exist, add one.
|
2022-07-07 11:20:43 -04:00 |
Dan
|
a582fa6b55
|
Ability to add and delete data objects (not just data object references)
Adding and removing these objects through the event bus / command stack to enable undo.
|
2022-07-06 13:25:53 -04:00 |
Dan
|
13a00d1762
|
fixes to the Data Object model - some serious cleanup of names so things make a little more sense.
|
2022-07-05 13:44:02 -04:00 |
Dan
|
2527bf2823
|
Added ability to select which data object is associated with a data object reference.
|
2022-07-01 13:01:52 -04:00 |
Dan
|
84be279476
|
More test refactoring - lots of crazy hell going on in helpers.js -- but the actual tests are now very clean and simple, and should be easy to extend and replicate as this thing grows.
|
2022-06-30 14:02:38 -04:00 |