Open meetzaveri opened 1 week ago
Additional refactoring: The updates made to "width" and "height" properties are made from the component itself. From now onwards, we will capture that and send it as payload as part of "action" to parent component "Board" (as we use React context)
Component refactor checklist
This is crucial for feature like when user wants to undo to certain extent, we can take a look at past event and rollback the changes.
The format/spec of the event can look like
Possible actions