PredictiveStudioDashboardsModule — the lazy-loadable feature chunk for the Predictive Studio app.
Exported via a subpath in package.json (./predictive-studio-dashboards.module) so the lazy-config
generator + manifest map each Predictive Studio BaseResourceComponent DriverClass to this chunk.
Predictive Studio is a three-door app — a business front door plus two analyst workbench doors —
each a BaseResourceComponent registered under its own DriverClass:
PredictiveStudioPredictionsResource → business catalog + trust-gated workspace + "New prediction" copilot
PredictiveStudioModelsResource → internal left-nav over ps-registry / ps-production
This consolidates the prior eight flat top-nav items (each its own resource) into three, so a business
user sees one door and analysts opt into the depth via the Studio / Models left-navs. The two
workbench hosts reuse the same standalone section panels (ps-home, ps-pipelines, …) the old
per-section resources hosted — only the wrapping changed.
PredictiveStudioDashboardsModule — the lazy-loadable feature chunk for the Predictive Studio app. Exported via a subpath in package.json (
./predictive-studio-dashboards.module) so the lazy-config generator + manifest map each Predictive StudioBaseResourceComponentDriverClass to this chunk.Predictive Studio is a three-door app — a business front door plus two analyst workbench doors — each a
BaseResourceComponentregistered under its own DriverClass:This consolidates the prior eight flat top-nav items (each its own resource) into three, so a business user sees one door and analysts opt into the depth via the Studio / Models left-navs. The two workbench hosts reuse the same standalone section panels (
ps-home,ps-pipelines, …) the old per-section resources hosted — only the wrapping changed.