Skip to content
Discussion options

You must be logged in to vote

Hi @its-fern, thank you for the detailed explanation.

My question here is: Am I missing something with the way actions are architected?

No, you interpreted the actions architecture correctly. The handle method is heavily based on a pre-built DSL and doesn't run in the controller's context. This was an early architectural decision.

We received feedback about the need for the handle method to run within the controller context. That's why, while working on the Avo 4 forms feature, we made sure the handle method there is executed in the controller context. We haven't built much DSL around it yet, since at the controller level, each developer has full control over business logic and the resp…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@its-fern
Comment options

@Paul-Bob
Comment options

Answer selected by its-fern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants