opensearch-project / dashboards-flow-framework

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

Integrate query into form (not persisted in config) #188

Closed ohltyler closed 3 months ago

ohltyler commented 3 months ago

Description

Similar to the way we persist the ingest documents, we persist the query in the same form. This means: 1/ integrating with the overall form for schema/validation and temporary persistence 2/ not integrating with the underlying, persisted, indexed, config.

More details:

Demo video showing validation, auto-formatting, persistence across page navigation, and finally the query execution:

screen-capture (39).webm

Issues Resolved

Makes progress on #23

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.