equinor / webviz

Mozilla Public License 2.0
6 stars 7 forks source link

Consider a context provider wrapping view and settings components in order to more easily access framework helpers #727

Open rubenthoms opened 4 weeks ago

rubenthoms commented 4 weeks ago

Implement a module-instance-specific context and provide it to settings and view components. This context could provide workbench and module instance information (session, services, settings). Specific hooks could then use this context in order to provide functionality like adding messages to the status writer or get ensembles etc.

Advantages

Disadvantages