Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Action Setting: Triggered by CRUD Action #112

Open
EitanBlumin opened this issue Apr 7, 2019 · 0 comments
Open

New Action Setting: Triggered by CRUD Action #112

EitanBlumin opened this issue Apr 7, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request Feature: Custom actions Issue related to dataview custom actions implementation

Comments

@EitanBlumin
Copy link
Owner

EitanBlumin commented Apr 7, 2019

This should be relevant to all action types: JavaScript, HTTP link, DB command and DB procedure.
Only relevant to inline actions (i.e. per row).

Add support for a type of action that would be executed automatically upon the completion of specific CUD operations (creation / update / deletion).

Configuring this action could be done by setting a bitwise field called "Triggered by" as follows:

  • User Interaction (default, visible as a button per row, not a trigger)
  • Creation (triggered automatically when a new row is added)
  • Update (triggered automatically when a row is edited)
  • Deletion (triggered automatically when a row is deleted)

A custom action can be triggered by one or more options as specified above.

The affected row (s) would be passed as parameter to the action.

Multiple trigger actions should be stackable.

Alternative: business automation triggers, like in zendesk.

@EitanBlumin EitanBlumin added the enhancement New feature or request label Apr 7, 2019
@EitanBlumin EitanBlumin added this to the Alpha release 2 milestone Apr 7, 2019
@EitanBlumin EitanBlumin self-assigned this Apr 7, 2019
@EitanBlumin EitanBlumin added this to To do in CrudePortalDB (Database Layer) via automation Apr 7, 2019
@EitanBlumin EitanBlumin added this to To do in AdminLTE (Web Layer) via automation Apr 7, 2019
@EitanBlumin EitanBlumin changed the title New Action Sub-Type: CRUD Trigger Action New Action Setting: Triggered by CRUD Action Apr 7, 2019
@EitanBlumin EitanBlumin added the Feature: Custom actions Issue related to dataview custom actions implementation label May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature: Custom actions Issue related to dataview custom actions implementation
Development

No branches or pull requests

1 participant