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

FEATURE: allow to compose CompositeActions #38

Open
miroir-framework opened this issue Nov 7, 2024 · 0 comments
Open

FEATURE: allow to compose CompositeActions #38

miroir-framework opened this issue Nov 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@miroir-framework
Copy link
Owner

miroir-framework commented Nov 7, 2024

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.

@miroir-framework miroir-framework added the enhancement New feature or request label Nov 7, 2024
@miroir-framework miroir-framework added this to the Miroir 0.5.0 milestone Nov 7, 2024
@miroir-framework miroir-framework self-assigned this 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
miroir-framework added a commit that referenced this issue Jan 16, 2025
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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant