This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(multiple-flows): Enable experimental support for multiple flows
In order to support multiple flows in the UI, we need to switch our model from a single flow to an array of flows. In practical terms, there are at least two alternatives: 1. Refactor existing `IIntegrationJSONStore` to support multiple flows 2. Move from `IIntegrationJSONStore` to another store that supports multiple flows. In this commit, the latter was chosen, and for that purpose, the `useFlowsStore` was created. In this commit, also an additional setting was added to switch between single and multiple flows during runtime, to avoid any potential big-bang effect while developing this feature. Relates to: #801
- Loading branch information
Showing
8 changed files
with
133 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.