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

Validate that messages to vital messages and their return messages #451

Merged

Conversation

reid-spencer
Copy link
Contributor

@reid-spencer reid-spencer commented Oct 3, 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", "text", "button", "picklist"
  • groups can already nest in groups but it should be possible to allow inputs to have inputs and outputs to have outputs
  • ability to send output of context calls to an input, e.g. 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 data type 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

are typed correctly

Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
@reid-spencer reid-spencer linked an issue Oct 3, 2023 that may be closed by this pull request
You can now you various aliases for "input", "output" and "group".
These are recognized in both the Application definition and in
their use in epic case steps

Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
@reid-spencer reid-spencer self-assigned this Oct 3, 2023
@reid-spencer reid-spencer added the enhancement New feature or request label Oct 3, 2023
@reid-spencer reid-spencer added this to the 1.0 - First Full Release milestone Oct 3, 2023
@reid-spencer reid-spencer reopened this Oct 3, 2023
@reid-spencer reid-spencer merged commit c53bb0d into main Oct 3, 2023
4 of 6 checks passed
@reid-spencer reid-spencer deleted the 447-improve-application-structure-and-data-handling branch October 3, 2023 14:27
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 this pull request may close these issues.

Improve Application Structure And Data Handling
1 participant