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

Improve Application Structure And Data Handling #447

Closed
reid-spencer opened this issue Sep 29, 2023 · 0 comments · Fixed by #451
Closed

Improve Application Structure And Data Handling #447

reid-spencer opened this issue Sep 29, 2023 · 0 comments · Fixed by #451
Assignees
Labels
enhancement New feature or request

Comments

@reid-spencer
Copy link
Contributor

reid-spencer commented Sep 29, 2023

  • groups/inputs/outputs remain the same but can have new alias names for syntactic sugar:
    • for groups : "page", "pane", "dialog", "popup", "frame", "column", "window", "section", "tab", "panel", "modal"
    • for outputs: "document", "list", "table"
    • for inputs: "form", "textblock", "button", "picklist"
  • groups can already nest in groups but it should be possible to allow inputs to have inputs and groups of inputs, and outputs to have outputs and groups of outputs
  • ability to send output of context calls to an input eg sending validation data to a modal written like step take input from Form to context EntityContext.Entity and outputs to Notification
  • Allow inputs and outputs to handle any kind of data not just messages
  • When input is sent to contexts or other backend definitions, they can only be commands and queries
  • When output receives data from backend definitions, they can only be events or results
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

Successfully merging a pull request may close this issue.

1 participant