docs: Update version scheme to 0.1.x

This commit is contained in:
user
2026-02-05 21:09:23 +01:00
parent 162048720c
commit 9e3583d5f8
2 changed files with 6 additions and 5 deletions

View File

@@ -15,29 +15,30 @@
- [x] Health endpoint with uptime - [x] Health endpoint with uptime
- [x] Database migrations (Flask-Migrate) - [x] Database migrations (Flask-Migrate)
- [x] Listen on all interfaces - [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) - [ ] MAC vendor lookup (IEEE OUI database)
- [ ] BLE company_id to manufacturer mapping - [ ] BLE company_id to manufacturer mapping
- [ ] Device profile enrichment - [ ] Device profile enrichment
- [ ] Export endpoints (CSV, JSON) - [ ] Export endpoints (CSV, JSON)
## v0.3.0 - Fleet Management ## v0.1.3 - Fleet Management
- [ ] Sensor config endpoint (GET/PUT) - [ ] Sensor config endpoint (GET/PUT)
- [ ] OTA trigger endpoint - [ ] OTA trigger endpoint
- [ ] Calibration trigger endpoint - [ ] Calibration trigger endpoint
- [ ] Sensor history/metrics - [ ] Sensor history/metrics
## v0.4.0 - Zones & Presence ## v0.1.4 - Zones & Presence
- [ ] Zone management (assign sensors to areas) - [ ] Zone management (assign sensors to areas)
- [ ] Device zone tracking - [ ] Device zone tracking
- [ ] Dwell time analysis - [ ] Dwell time analysis
- [ ] Presence history - [ ] Presence history
## v1.0.0 - Production Ready ## v0.1.5 - Production Ready
- [ ] Authentication (API keys or JWT) - [ ] Authentication (API keys or JWT)
- [ ] Rate limiting - [ ] Rate limiting

View File

@@ -2,7 +2,7 @@
**Last Updated:** 2026-02-05 **Last Updated:** 2026-02-05
## Current Sprint: v0.2.0 — OSINT Features ## Current Sprint: v0.1.2 — OSINT Features
### P1 - High ### P1 - High
- [ ] Download and parse IEEE OUI database - [ ] Download and parse IEEE OUI database