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

[D&D] Basic saving, loading, and updating #1870

Commits on Jul 8, 2022

  1. [D&D] Enable basic saving and loading

    - Add `/edit` route
    - Sync state for saving and loading
    - Add setter for vizualization slice
    - Switch from BrowserRouter to Router
    - Add version to saved objects
    - Add savedWizardLoader to services
    
    partially addresses opensearch-project#1620
    
    Signed-off-by: Josh Romero <rmerqg@amazon.com>
    joshuarrrr committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    8e26a4b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. [D&D] Enable basic saving and loading

    - store visualization and style states separately
    - add version
    - update breadcrumb handling
    - move useSavedWizardVis to top_nav
    - handle savedObjectNotFound
    - use savedObjectLoader correctly
    - allow copy on save
    - update url and chrome on save
    - add type for WizardVisSavedObject
    
    fixes opensearch-project#1867
    
    Signed-off-by: Josh Romero <rmerqg@amazon.com>
    joshuarrrr committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    541d120 View commit details
    Browse the repository at this point in the history