From bec9a1aa2e6572b412c38233198fc17b350e0ad5 Mon Sep 17 00:00:00 2001 From: Jerald-Golden-B Date: Mon, 22 Dec 2025 15:50:04 +0530 Subject: [PATCH] feat: Add Zustand store for managing simulation analysis data and related actions/getters. --- app/src/store/simulation/useAnalysisStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/store/simulation/useAnalysisStore.ts b/app/src/store/simulation/useAnalysisStore.ts index c8ab1f6..004e9bb 100644 --- a/app/src/store/simulation/useAnalysisStore.ts +++ b/app/src/store/simulation/useAnalysisStore.ts @@ -119,6 +119,7 @@ export const createAnalysisStore = () => { return { systemPerformance: state.analysis.systemPerformance, materialFlow: state.analysis.materialFlow, + advancedAnalytics: state.analysis.advancedAnalytics, predictiveInsights: state.analysis.predictiveInsights, criticalAssets: get().getCriticalAssets().length, bottlenecks: state.analysis.materialFlow.bottlenecks.length,