A Streamlit dashboard for logging, triaging, and reviewing incidents in self-driving testing operations. This project helps supervisors track incident severity, assign escalation owners, monitor resolution time, review impacted systems, and export incident data in a structured workflow.
- Log new incidents in the UI
- Upload CSV support
- Filter by date, reporter, operator, route, severity, status, and impacted system
- Incident severity and status tracking
- System-impacted analysis
- Incident-type analysis
- Operator summary table
- Review queue for high, critical, or escalated incidents
- Download filtered CSV exports
- Sample data fallback for testing
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py