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

Feature: save active blueprint as default #8675

Open
abey79 opened this issue Jan 14, 2025 · 0 comments
Open

Feature: save active blueprint as default #8675

abey79 opened this issue Jan 14, 2025 · 0 comments
Labels
ui concerns graphical user interface

Comments

@abey79
Copy link
Member

abey79 commented Jan 14, 2025

Currently, the only means to set a blueprint as default are:

  • using the logging SDK
  • loading a blueprint from file

Specifically, if you want to set whatever current blueprint you have as default (e.g. because you want to mess with it and easily revert to it), you must:

  • save the blueprint somewhere
  • load it back
    ...which is cumbersome.

We should have a "Save active blueprint as default" feature. Relatedly, we should also persist default blueprint just like we do for active blueprints, so that this sequence of action yields to the expected result:

  • mess with blueprint
  • save as default
  • further mess with blueprint
  • quit viewer
  • launch viewer
  • reload the same recording
  • => both the active and default blueprint are in the same state as they were upon quitting the viewer

Related:

@abey79 abey79 added the ui concerns graphical user interface label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui concerns graphical user interface
Projects
None yet
Development

No branches or pull requests

1 participant