Not exactly asking for help, more asking about others' experience.
I've been using Actions a lot over the last week or so. I initially thought they only worked with Models but it turns out that you just have to store the questions in any model that uses the same database.
That being the case, what have people found to be the best approach?
Create a model just for storing all actions?
Create a model for each dashboard?
Create a model for each question?
Etc etc?
Would be interested to hear of any pitfalls.