How would we implement a scenario where several screens collect data that will be used to perform an action, e.g. a wizard to create a user object?
Should Unison provide a solution for that problem?
Some required functionality
- coordination (navigating between screens)
- storing the data outside a specific view
- performing an action with the data triggered by a user interaction (e.g. final submit button)
thinking in progress...
How would we implement a scenario where several screens collect data that will be used to perform an action, e.g. a wizard to create a user object?
Should Unison provide a solution for that problem?
Some required functionality
thinking in progress...