Commit Graph

9 Commits

Author SHA1 Message Date
Jerald-Golden-B d3ea36d1ba feat: Refactor product selection and comparison functionality
- Created a new store for selected products using Zustand and immer for state management.
- Introduced `useMainProduct` and `useComparisonProduct` hooks to manage main and comparison products.
- Implemented `ComparisonScene` and `ComparisonSceneProvider` components to handle product comparisons.
- Updated `MainScene` to allow selection of main products with a dropdown.
- Enhanced styles for comparison layout and product selection UI.
- Established a context for product management to streamline state access across components.
2025-05-29 12:00:16 +05:30
Jerald-Golden-B 5e58606f8f Refactor store creation for Conveyor, Machine, Storage Unit, and Vehicle
- Changed the store creation functions to `createConveyorStore`, `createMachineStore`, `createStorageUnitStore`, and `createVehicleStore` for better clarity and consistency.
- Updated the internal state management methods to maintain functionality while improving readability.
- Ensured that all stores now return their respective types for better type safety.
2025-05-28 16:24:08 +05:30
Gomathi 28e11d04b4 Enhance analysis components with input values integration and improve state management for production capacity and ROI calculations 2025-05-15 18:00:07 +05:30
Poovizhi99 eebc91831d added active and idle time for machine including play,pause,reset and exit 2025-05-14 13:21:29 +05:30
Jerald-Golden-B ba7948ec53 Enhance machine and robotic arm interactions: update action handling, integrate material management, and improve state management across components. 2025-05-09 16:55:23 +05:30
Poovizhi99 7247443e38 added rough material for agv vehicle 2025-05-05 14:28:34 +05:30
Poovizhi99 ec4d3db70e added machine actions 2025-05-05 12:20:55 +05:30
Poovizhi99 ad63a8d72b added actions for machines 2025-05-02 18:40:22 +05:30
Jerald-Golden-B 22fb00f731 feat: Enhance simulation event handling and material management with new components and state management 2025-04-23 18:13:32 +05:30