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

Add support for Behaviours (RFC) #16

Open
osantana opened this issue Oct 19, 2021 · 0 comments
Open

Add support for Behaviours (RFC) #16

osantana opened this issue Oct 19, 2021 · 0 comments
Labels
enhancement feature New feature rfc Request for comments before implementation

Comments

@osantana
Copy link
Contributor

Behaviour is something that happens when we interact with a Resource through some Action. We can different kind of behaviours in one Resource like:

  • Notification Behavior - everytime that we act on this resource a notification will be triggered by the API.
  • Proxy Behavior - proxy interaction to another resource (useful for backward compatible interfaces)
  • Persist Behavior - all interactions with the resource will be persisted (stored) in a database
  • Transactional Behavior - all-or-nothing behaviour like persist+notification behaviour needs to happen in an atomic fashion
  • Change Behavior - every change on this resource/field will reflect in another resource/field
@osantana osantana added feature New feature rfc Request for comments before implementation labels Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature New feature rfc Request for comments before implementation
Projects
None yet
Development

No branches or pull requests

1 participant