opensearch-project / dashboards-flow-framework

A UI designer for constructing AI applications with OpenSearch
Apache License 2.0
6 stars 5 forks source link

Initial refactoring of workflow editor page #149

Closed ohltyler closed 2 months ago

ohltyler commented 2 months ago

Description

There has been recent changes to the proposed UX. The previous proposal was filling out inputs individually within a selected ReactFlow component. The new proposal is a more guided/structured way of filling out inputs. Now, it is form based via a single, stepped form with all of the required inputs end-to-end in one view. As users fill it out, the workspace components automatically populate based on the inputs. The workspace itself remains readonly. And for further testing, there will be a new tools view for executing ingest and search, all within the single page (no tabs / other dedicated views).

This PR handles the initial refactoring and setup of the stubbed form input components to be implemented incrementally. More specifically:

Demo video below shows the new WorkflowInputs component and it's stepped flow. All form inputs are stubbed for now.

screen-capture (30).webm

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.