You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users are currently able to import a dataflow via the Add Dataflow dialog. However, the import behaviour is incorrect — when a user imports a flow, it overwrites the dataflow that is currently open in the canvas instead of creating a new one.
The expected behaviour is that importing a dataflow should act as adding a new flow to the system. The imported flow should open as a new dataflow without affecting any currently open flow.
Acceptance Criteria
Entry Point — Add Dataflow Dialog
Combine New dataflow and import flow into one entry point icon called Add Dataflow
Upon clicking the icon, user should be able to view a dialog contains a name & comment field
User should be able to import a flow on click of 'Create new dataflow' button.
DESIGN REQUIREMENT
Description
Users are currently able to import a dataflow via the Add Dataflow dialog. However, the import behaviour is incorrect — when a user imports a flow, it overwrites the dataflow that is currently open in the canvas instead of creating a new one.
The expected behaviour is that importing a dataflow should act as adding a new flow to the system. The imported flow should open as a new dataflow without affecting any currently open flow.
Acceptance Criteria
Entry Point — Add Dataflow Dialog