You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🟡 Create a more advanced/complex demo plugin / page (J&R)
🔵 Include contact person, screenshot filename, download and deprecation warnings in the new setup (WebvizPluginWrapper) (J)
🔵 Implement download and screenshot per view element (J)
🟠 Find a better way to generate screenshots and implement it in WebvizPluginWrapper (R)
🟢 Check if the new setup works with "old" plugins - make sure that the new layout does not come as a breaking change - if a plugin does not have the app member, the usual layout function should be used (J)
🔵 Implement full screen function for whole plugin (J)
🔴 Refactor how a plugin tour works in the new setup (with views) by keeping the old implementation working and implement it accordingy in React (J&R)
🟢 Adjust style of ToggleSettings button in WebvizSettingsDrawer to style of other buttons in this component (R)
🟠 Implement new View/SettingsGroup/ViewElement classes based on the aforeimplemented ABC classes which provide convenience functions for quickly creating new views, settings etc. (J&R)
We have already implemented some of the features in #578 in https://github.com/CeetronSolutions/webviz-config/tree/EQ_578-new-plugin-layout (
wc
) and https://github.com/CeetronSolutions/webviz-core-components/tree/settings-menu-and-views-dash-adjusted (wcc
). This issue gives an overview over the remaining tasks in both branches (since most of the work is overlapping).difficult/time consuming 🔴🟠🟡🔵🟢 easy/quick
contact person
,screenshot filename
,download
anddeprecation warnings
in the new setup (WebvizPluginWrapper
) (J)download
andscreenshot
per view element (J)WebvizPluginWrapper
(R)app
member, the usuallayout
function should be used (J)ToggleSettings
button inWebvizSettingsDrawer
to style of other buttons in this component (R)View
/SettingsGroup
/ViewElement
classes based on the aforeimplementedABC
classes which provide convenience functions for quickly creating new views, settings etc. (J&R)The text was updated successfully, but these errors were encountered: