-
Notifications
You must be signed in to change notification settings - Fork 0
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
FEATURE: allow to compose CompositeActions #38
Comments
miroir-framework
added a commit
that referenced
this issue
Nov 7, 2024
miroir-framework
added a commit
that referenced
this issue
Nov 7, 2024
…yActions to Server (handled via handleQueryForServerONLY, beforehand only QueryTemplateActions could be handled by Server)
miroir-framework
added a commit
that referenced
this issue
Nov 8, 2024
…on type, separating QueryActions from QueryTemplateActions
miroir-framework
added a commit
that referenced
this issue
Nov 16, 2024
…ion in importer.tsx, creating composed action using code from distinct actions (could be a prelude to a "composeActions" function?)
miroir-framework
added a commit
that referenced
this issue
Nov 21, 2024
…n importer.tsx, allow parentUuid in QueryTemplates to be a simple string (and not only a transformer_InnerReference)
miroir-framework
added a commit
that referenced
this issue
Nov 21, 2024
… to (js) identifiers to build actions and queries in importer.tsx, use only Transformer parameter and context references in actions and queries.
miroir-framework
added a commit
that referenced
this issue
Jan 15, 2025
… and ResolveCompositeActionTemplate to enable testing of CompositeActionTemplates.
miroir-framework
added a commit
that referenced
this issue
Jan 16, 2025
…abel" string to all Actions, to replace the "compositeActionStepLabel" of CompositeActions (only CompositeActions could have a label, now any action can)
miroir-framework
added a commit
that referenced
this issue
Jan 16, 2025
…cation level in CompositeActions.
miroir-framework
added a commit
that referenced
this issue
Jan 16, 2025
…cation level in CompositeActions.
miroir-framework
added a commit
that referenced
this issue
Jan 17, 2025
…romSpreadsheet in applicative.Library.integ.test using TestTemplateSuite.
miroir-framework
added a commit
that referenced
this issue
Jan 24, 2025
…ers to enable implementation of createEntityFromSpreadsheet entirely with CompositeAction (using transformers to compute EntityDefinitions).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CompositeActions must be composable, they have to follow the Composite Template.
Does this imply the refactor replacing QueryTemplates in CompositeActionTemplates is needed? This would have impacts on action interpretation and on the Server, too.
The text was updated successfully, but these errors were encountered: