localgreenchain/components/transport
Claude 0cce5e2345
Add UI components for transport tracking, demand visualization, and analytics
Transport components:
- TransportTimeline: Visual timeline of transport events with status badges
- JourneyMap: SVG-based map visualization of plant journey locations
- CarbonFootprintCard: Carbon metrics display with comparison charts
- QRCodeDisplay: QR code generation for traceability verification
- TransportEventForm: Form for recording transport events

Demand components:
- DemandSignalCard: Regional demand signal with supply status indicators
- PreferencesForm: Multi-section consumer preference input form
- RecommendationList: Planting recommendations with risk assessment
- SupplyGapChart: Supply vs demand visualization with gap indicators
- SeasonalCalendar: Seasonal produce availability calendar view

Analytics components:
- EnvironmentalImpact: Comprehensive carbon and food miles analysis
- FoodMilesTracker: Food miles tracking with daily charts and targets
- SavingsCalculator: Environmental savings vs conventional agriculture

All components follow existing patterns, use Tailwind CSS, and are fully typed.
2025-11-22 18:34:51 +00:00
..
CarbonFootprintCard.tsx Add UI components for transport tracking, demand visualization, and analytics 2025-11-22 18:34:51 +00:00
index.ts Add UI components for transport tracking, demand visualization, and analytics 2025-11-22 18:34:51 +00:00
JourneyMap.tsx Add UI components for transport tracking, demand visualization, and analytics 2025-11-22 18:34:51 +00:00
QRCodeDisplay.tsx Add UI components for transport tracking, demand visualization, and analytics 2025-11-22 18:34:51 +00:00
TransportEventForm.tsx Add UI components for transport tracking, demand visualization, and analytics 2025-11-22 18:34:51 +00:00
TransportTimeline.tsx Add UI components for transport tracking, demand visualization, and analytics 2025-11-22 18:34:51 +00:00