Skip to content

refactor: store every action on board as part of event history (past) #12

@meetzaveri

Description

@meetzaveri

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

action: actionName, // INSERT_COMPONENT
componentId: 125353, // if present
propertiesUpdated: { } // contains data which was used for update operation

Possible actions

INSERT_COMPONENT : for inserting a component
UPDATE_COMPONENT: for updating a component

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions