Commit Graph

7 Commits

Author SHA1 Message Date
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
Gomathi e60be88ded feat: Enhance comparison functionality and update analysis defaults across components 2025-06-12 12:04:45 +05:30
Nalvazhuthi ab1230f166 refactor: enhance chart layout and styles in ComparisonResult component; add Pie chart for cycle time data 2025-06-11 09:52:40 +05:30
Nalvazhuthi 2aad22dfe7 refactor: improve layout handling in MainScene, SideBarLeft, and SideBarRight; enhance ComparisonResult charts and styles for better visualization 2025-06-10 11:49:30 +05:30
Nalvazhuthi db46327249 feat: update ComparisonResult and EnergyUsage components with new chart layouts and styling adjustments 2025-05-28 10:57:10 +05:30
Nalvazhuthi 3f3e6d4f14 feat: enhance ComparisonResult component with chart integration and layout adjustments 2025-05-28 09:54:16 +05:30
Nalvazhuthi d3048d7ef1 feat: add ComparisonResult and EnergyUsage components with performance metrics and energy usage charts 2025-05-27 18:16:11 +05:30