Skip to content

Add to action effects on resource

Lynn Foster requested to merge action-effects into master

Added new effects of actions on resources, on currentLocation and containedIn.

In the actions text descriptions, added location update to transfer and transfer-custody.

The intent is also to make it possible to use the Action data to completely drive the logic of economic event driven updates of resources, so that action behavior does not need to be hard-coded. So, location and container effects are added to the ttl file. (There are other non-event driven effects, like description updates, which can be done without an event. Also, it is not required that this be all data driven, that is a dev choice of course.)

Any review is especially welcome, especially by @bhaugen and devs actively involved in VF based code, such as @mayel @pospi @srfsh . Any annoyances in the data structure that affect coding logic? And, are there any other event-driven updates that I have missed?

Edited by Lynn Foster

Merge request reports