-
Notifications
You must be signed in to change notification settings - Fork 39
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
Introducing Webviz Layout Framework (WLF) #599
Merged
rubenthoms
merged 73 commits into
equinor:master
from
CeetronSolutions:EQ_578-new-plugin-layout
Jun 21, 2022
Merged
Introducing Webviz Layout Framework (WLF) #599
rubenthoms
merged 73 commits into
equinor:master
from
CeetronSolutions:EQ_578-new-plugin-layout
Jun 21, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ut-jorgen' into EQ_578-new-plugin-layout
Co-authored-by: Jørgen Herje <jorgen.herje@ceetronsolutions.com>
…ator for layout property
…ut-jorgen' into EQ_578-new-plugin-layout
- Plugin download has issues for views not active - ids are not existing! Consider adjusting download per View instead of entire Plugin?
…ew-plugin-layout-download-action
…Q_578-new-plugin-layout
…ut' into EQ_578-new-plugin-layout
…Q_578-new-plugin-layout
HansKallekleiv
approved these changes
Jun 17, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work! Looks great!
Couple of things that we should add as issues to solve later:
- References to
uuid
should be removed as plugin ids are not generated based on this anymore. - Option to keep multiple settings groups open at the same time as discussed.
This was referenced Jun 24, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #578, this PR introduces all Python classes and changes to the application template required by the new Webviz Layout Framework (WLF). That is (not exclusively):
_plugin_abc.py
while not introducing breaking changes_layout_base_abc.py
: A base class for all new WLF classes_layout_unique_id.py
: A class for handling unique IDs for all new WLF instances_settings_group_abc.py
: A base class for implementing settings groups_views.py
: Base classes for view elements, layout elements and viewswebviz_template.py.jinja2
: Implementing new structure with React components from Introducing Webviz Layout Framework (WLF) webviz-core-components#219example_content_wrapper_plugin.py
ℹ️ This PR depends on equinor/webviz-core-components#219