instedd / mbuilder

Scalable SMS application builder
http://mbuilder.instedd.org/
6 stars 1 forks source link

Give option to manually trigger scheduled Triggers #214

Open waj opened 9 years ago

waj commented 9 years ago

Originally reported by @edjez in BitBucket

Give me an option to "Run Now" a scheduled Trigger (or any trigger, prompting for appropriate arguments.. ) Empowers users to run manual tasks

nditada commented 8 years ago

@jkicillof can you provide a design for this?

jkicillof commented 8 years ago

The "Run Now" button only make sense on schedulled triggers, common and validation triggers can be triggered on the testing sandbox. image

asterite commented 8 years ago

Can the "Run Now" button be in the list page? Because to run a trigger we first need to save it. Otherwise it can't be confusing as to what happens when you are editing a trigger, click "Run now!", but don't save the trigger (where is it saved?)

I also don't know how to implement it otherwise...

asterite commented 8 years ago

And by the way, we also have this problem when editing validation triggers for a table field: unless the trigger is saved beforehand, trying to edit a validation trigger will crash the app

nditada commented 8 years ago

@jkicillof: Yes, 👍 on the having the button on the list page, not inside the detail. Otherwise user have to open the trigger to be able to run it.