Skip to content

Flow system for UI components #364

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

Closed
jvalkeal opened this issue Feb 6, 2022 · 0 comments · Fixed by #384
Closed

Flow system for UI components #364

jvalkeal opened this issue Feb 6, 2022 · 0 comments · Fixed by #384
Milestone

Comments

@jvalkeal
Copy link
Contributor

jvalkeal commented Feb 6, 2022

Work done for #360 can obviously used manually by creating all these components manually and then hooking up a "flow" to combine all logic together. There is a quite a bit of code to write to:

  • Construct a component
  • Handle logic to run it component
  • Pass possible context stuff from one component to next one, etc

Would be beneficial to have all this as a "wizard" flow so that user could just concentrate on creating flows to get an end result. What comes for an actual "wizard" depend on what happens with each components. Simplest thing is to have set of components as a hard coded list as a static list, other more sophisticate list of flow is to make decisions on a tree structure or other semi non deterministic structure to end up through a graph of components into final result.

@jvalkeal jvalkeal added this to the 2.1.0-M3 milestone Feb 6, 2022
@jvalkeal jvalkeal modified the milestones: 2.1.0-M3, 2.1.0-M4 Feb 22, 2022
jvalkeal added a commit to jvalkeal/spring-shell that referenced this issue Mar 3, 2022
- Implement basic flow system with builder patterns
  to easily use components and hook those together
  as a flow.
- Fixes spring-projects#364
jvalkeal added a commit that referenced this issue Mar 3, 2022
- Implement basic flow system with builder patterns
  to easily use components and hook those together
  as a flow.
- Fixes #364
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant