v3 #100

Merged
Vishnu merged 17 commits from v3 into main 2025-06-12 11:49:17 +00:00

17 Commits

Author SHA1 Message Date
Jerald-Golden-B 0cde60fa76 Merge remote-tracking branch 'origin/v3-refactor' into v3 2025-06-12 17:17:34 +05:30
Gomathi 064de39eac feat: update simulation data structure and improve performance metrics display 2025-06-12 17:17:16 +05:30
Jerald-Golden-B 224c606172 Merge remote-tracking branch 'origin/dashboard' into v3 2025-06-12 17:11:39 +05:30
Poovizhi99 999c6e6559 fix: clean up imports and remove console log in DashboardHome; add project update logic in Scene 2025-06-12 17:10:29 +05:30
Jerald-Golden-B a0605dea28 fix: exclude commentHolder from intersection checks in CommentsGroup 2025-06-12 16:58:34 +05:30
Gomathi b350bc6d9e Refactor ComparisonScene and Analysis components; update simulation logic and UI
- Removed unused pause button store from ComparisonScene.
- Added commented-out mock data setup in ComparisonScene for testing.
- Updated default values in Analysis component for production capacity and ROI calculations.
- Adjusted ProductionCapacity component to reflect monthly production capacity.
- Enhanced ROISummary to calculate payback date and improved net profit calculations.
- Modified ThroughputSummary to calculate units per hour based on shift length.
- Improved ComparisonResult to dynamically display compared products' data.
- Updated EnergyUsage to randomize data for better testing.
- Refined ROIData calculations to include labor count and adjusted cost calculations.
- Enhanced production capacity calculations in productionCapacityData.
- Updated throughput calculations in throughPutData to consider shift length and yield rate.
- Cleaned up console logs in vehicleInstance for better readability.
- Added productionCapacity field to CompareProduct interface in store.
- Minor styling adjustments in simulation.scss for better layout.
2025-06-12 16:39:25 +05:30
Jerald-Golden-B 8c8b81989c fix: remove unnecessary undefined parameters in setFloorItemApi call 2025-06-12 12:12:39 +05:30
Jerald-Golden-B c5947dd82f Merge remote-tracking branch 'origin/v3-agv' into v3 2025-06-12 12:12:32 +05:30
Jerald-Golden-B c989e2f35d fix: remove duplicate projectId parameter in setFloorItemApi function 2025-06-12 12:09:22 +05:30
Jerald-Golden-B da0961d50e Merge remote-tracking branch 'origin/v3-refactor' into v3 2025-06-12 12:08:45 +05:30
Jerald-Golden-B 977fa51493 Merge branch 'main' into v3 2025-06-12 12:07:59 +05:30
Jerald-Golden-B b3c4f9eb65 refactor: remove unnecessary setIsPaused calls in ComparisonScene and CompareLayOut; improve wall visibility logic in hideWalls 2025-06-12 12:07:28 +05:30
Gomathi e60be88ded feat: Enhance comparison functionality and update analysis defaults across components 2025-06-12 12:04:45 +05:30
Poovizhi99 4c32e05ac7 Merge remote-tracking branch 'origin/v3' into v3-agv 2025-06-12 10:00:37 +05:30
Poovizhi99 526e962388 feat: Add projectId parameter to setFloorItemApi and update related components in MainScene and List 2025-06-12 09:44:53 +05:30
Gomathi b56a54cb5a Merge branch 'v3' into v3-refactor 2025-06-11 16:34:25 +05:30
Gomathi 7e85cf4e53 feat: Add default values to analysis presets and enhance input handling in components 2025-06-11 16:33:21 +05:30