Skip to content

rolodexter/idp-riskill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDP-Riskill Dashboard

Specialized business insights visualization dashboard featuring ultra-minimalist, elegant widgets that showcase IDP business performance metrics.

Documentation

  • Project Structure: Detailed mapping of the project structure, component organization, and technology stack
  • Work Log: Documentation of recent changes, current work, and planned tasks

Component Documentation

Widgets

  • 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

Development

This project uses Vite as a build tool. To start the development server:

npm run dev

Or using Vite directly:

npx vite

Project Structure

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published