Commit Graph

15 Commits

Author SHA1 Message Date
3a6e349160 solved message error 2025-09-09 18:07:51 +05:30
a47ad60813 updated layout comparsion 2025-09-09 16:07:07 +05:30
1021a105a6 removed consoles in comparing layouts 2025-09-09 09:39:59 +05:30
80a672adf0 Refactor simulation product handling and state management
- Replaced `useComparisonProduct` with `useSimulationState` in multiple components to streamline state management.
- Updated `SyncCam` to use `comparisonScene` instead of `comparisonProduct`.
- Modified `Products` component to utilize `mainScene` and `comparisonScene` for product selection.
- Adjusted various simulation functions to accept `ProductsSchema` instead of `productsSchema`.
- Enhanced `Simulator` component to fetch simulation data using the updated state structure.
- Refined Zustand store to manage `mainScene` and `comparisonScene` states, including their respective setters and clearers.
- Updated type definitions for products to ensure consistency across the application.
- Cleaned up shortcut key handling to reflect changes in state management.
2025-09-08 11:40:27 +05:30
c8e9633050 merged and added the layout 2025-09-06 18:19:02 +05:30
71484cba18 feat: Enhance vehicle simulation with draggable path points and interactive controls 2025-09-06 16:03:45 +05:30
cb1b16fffd Merge remote-tracking branch 'origin/feature/layout-comparison-version' into dev-heatmap 2025-09-06 14:41:20 +05:30
3b8bdd3684 refactor api-simulation for create and fetch 2025-09-06 14:05:29 +05:30
23570d7007 integerated product context to scene context 2025-09-05 15:54:38 +05:30
1f382de751 file structure change 2025-09-05 11:43:14 +05:30
f6a63c20d7 add simulations data 2025-09-04 17:26:18 +05:30
c24b0fd414 added multiple actions for storage unit , and simulation bug fix 2025-08-22 09:52:02 +05:30
7519aa90c6 feat: Implement human simulation features
- Added human event handling in the simulation, including the ability to add, update, and remove human instances.
- Introduced a new Human store to manage human states and actions.
- Updated the simulation context to include human management.
- Enhanced the Points and TriggerConnector components to support human interactions.
- Refactored existing components to integrate human-related functionalities.
- Added HumanInstance and HumanInstances components for rendering human entities in the simulation.
- Updated TypeScript definitions to include human-related types and actions.
2025-07-02 15:07:31 +05:30
54b02541c1 updated 2025-06-23 09:37:53 +05:30
e22a2dc275 first commit 2025-06-10 15:28:23 +05:30