diff --git a/ROADMAP.md b/ROADMAP.md index b609b14..435b06a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -15,29 +15,30 @@ - [x] Health endpoint with uptime - [x] Database migrations (Flask-Migrate) - [x] Listen on all interfaces +- [x] make help target -## v0.2.0 - OSINT Features +## v0.1.2 - OSINT Features - [ ] MAC vendor lookup (IEEE OUI database) - [ ] BLE company_id to manufacturer mapping - [ ] Device profile enrichment - [ ] Export endpoints (CSV, JSON) -## v0.3.0 - Fleet Management +## v0.1.3 - Fleet Management - [ ] Sensor config endpoint (GET/PUT) - [ ] OTA trigger endpoint - [ ] Calibration trigger endpoint - [ ] Sensor history/metrics -## v0.4.0 - Zones & Presence +## v0.1.4 - Zones & Presence - [ ] Zone management (assign sensors to areas) - [ ] Device zone tracking - [ ] Dwell time analysis - [ ] Presence history -## v1.0.0 - Production Ready +## v0.1.5 - Production Ready - [ ] Authentication (API keys or JWT) - [ ] Rate limiting diff --git a/TASKS.md b/TASKS.md index df32173..704e8a2 100644 --- a/TASKS.md +++ b/TASKS.md @@ -2,7 +2,7 @@ **Last Updated:** 2026-02-05 -## Current Sprint: v0.2.0 — OSINT Features +## Current Sprint: v0.1.2 — OSINT Features ### P1 - High - [ ] Download and parse IEEE OUI database