Specialized business insights visualization dashboard featuring ultra-minimalist, elegant widgets that showcase IDP business performance metrics.
- Project Structure: Detailed mapping of the project structure, component organization, and technology stack
- Work Log: Documentation of recent changes, current work, and planned tasks
- Projects Widget: Project Stratification widget with card-based UI
- Widget Tray: System for managing KPI widgets with drag-and-drop functionality
- Additional widget documentation will be added as components are reorganized
This project uses Vite as a build tool. To start the development server:
npm run dev
Or using Vite directly:
npx vite
The project is being incrementally reorganized into a more maintainable structure:
src/
├── components/ # UI components organized by feature
│ ├── projects/ # Project Stratification widget
│ │ ├── docs/ # Component-specific documentation
│ ├── widget-tray/ # Widget tray for managing KPI widgets
│ ├── business-units/
│ ├── customers/
│ └── ...
├── styles/ # Global and shared styles
├── utils/ # Utility functions
├── assets/ # Images, icons, and other assets
└── data/ # Data files and mock APIs
See PROJECT_STRUCTURE.md for complete details.