From 9cabd547184ef38ebb3b60e9aa59b2ffe6f37fa2 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:09:15 -0800 Subject: [PATCH] docs: Update Roadmap - Added Phase 14: Facility Monitoring & Security Integration - Marked Sprint 1 (Infrastructure) as Completed - Marked Sprint 2 (Integration) as Roadmapped/Future --- docs/ROADMAP.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 40c8bbe..df2bcf0 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -325,6 +325,31 @@ Integrate physical hardware throughout facility: NFC badges, QR scanners, e-ink - **Real ML Models**: TensorFlow/PyTorch integration - **Predictive Maintenance**: Equipment failure prediction +## 🚀 Phase 14: Facility Monitoring & Security Integration + +### Goal + +Integrate physical security and monitoring systems (RTSP/ONVIF cameras) directly into the dashboard for real-time facility oversight. + +### Sprint 1: Streaming Infrastructure [COMPLETED] + +- **Infrastructure**: ✅ + - Depoy `go2rtc` media server + - Configure Traefik routing `/monitor` + - Demo stream verification + +### Sprint 2: Integration [ROADMAP] + +- **Backend**: + - `Camera` model: RTSP URL, location, auth + - Proxy authentication for secure stream access + - Snapshot generation for thumbnails + +- **Frontend**: + - WebRTC Video Player component + - "Security Overview" dashboard widget + - Map integration (cameras on Layout Designer) + --- ## 📊 Roadmap Timeline (Proposed) @@ -338,6 +363,7 @@ Integrate physical hardware throughout facility: NFC badges, QR scanners, e-ink | Phase 11: Accessibility & i18n | 1-2 weeks | 🟡 Medium | | Phase 12: Hardware Integration | 2-4 weeks | 🟡 Medium | | Phase 13: Advanced Features | Ongoing | 🟢 Future | +| Phase 14: Facility Monitoring | Roadmapped | 🟢 Future | ---