Entity and Pair scoped actions
Reported by Ben James | June 1st, 2011 @ 01:31 PM
As part of #51, a scope attribute was added to the RepairAction config node, but this is not yet being used. For this ticket we should
- validate that the scope is correct, (i.e. one of "pair" or "entity")
- display entity-scoped actions in the main UI when focused on a difference
- display pair-scoped actions on the admin page
Currently our participant implementation only supports entity-scoped actions. In another ticket we will be changing how actions are invoked, so for this ticket we will just send a null entity ID with pair-scoped action invocations.
Comments and changes to this ticket
-

Ben James June 2nd, 2011 @ 04:08 PM
- State changed from new to open
-

Ben Hood June 6th, 2011 @ 01:28 PM
In addition to the QA remarks on the pull request, and as discussed, I think we need follow up tickets to:
- Add a pair scoped action to the web participant that demonstrates the functionality. An example could be to delete all of the data from the the pair - so you would see the action being invoked from Diffa and see the result in the demo app.
Document the configuration of the actions on the web site- see #244.
-

Ben Hood June 7th, 2011 @ 12:01 PM
- Milestone cleared.
- State changed from open to resolved
- Assigned user changed from Ben James to Ben Hood
- Milestone order changed from 32 to 0
-

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Referenced by
-
245
Pre-configure a pair-scoped action in the Participants Web Demo
As of #223 it's secretly possible, when running
participa...