Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist created resources; clean up unused tabs #135

Merged
merged 3 commits into from
Apr 17, 2024

Conversation

ohltyler
Copy link
Member

@ohltyler ohltyler commented Apr 16, 2024

Description

This PR updates some of the placeholder tabs to the latest proposed UX changes of smaller scope. It also adds a placeholder 'Resources' tab to display what resources have been created by each workflow for transparency. Note where this list will live exactly is TBD; for now we have in a standalone tab. It can easily be moved and only takes in the single workflow prop.

More specific list of changes:

  • removes Overview page
  • removes Prototype tab
  • removes Launches tab (leaving placeholder code as this will be picked back up in the future when workflow versioning is available)
  • adds Resources tab
  • adds WorkflowResource basic interface
  • adds logic to parse and persist the resources on server-side and within redux store

Demo video:

  • creates a workflow (no provisioning) -> no resources created
  • provisioning a workflow -> resources created
screen-capture.28.webm

Check List

  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
@ohltyler ohltyler merged commit 16a0967 into opensearch-project:main Apr 17, 2024
10 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 17, 2024
@ohltyler ohltyler deleted the remove-overview branch April 17, 2024 17:27
ohltyler added a commit that referenced this pull request Apr 17, 2024
(cherry picked from commit 16a0967)

Co-authored-by: Tyler Ohlsen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants