Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

8. Collaboration

nereasainzdelamaza edited this page Nov 29, 2019 · 3 revisions

ASSAP welcomes contributions to our open source project.

For implementing new actions it is necessary to modify the file src/utils/actions.js.

  1. Add the action name to the list this.availableActions.
  2. Create one the function with the funcionallity to launch the action.
  3. Add the function to the executeAction() function.
  4. If it's necessary, create a function to reverse the action and add it to the reverseAction() function.
Clone this wiki locally