1.3 KiB
1.3 KiB
Weekly Progress Log
Week 1
Completed
- Repository created
- Initial planning completed
In Progress
- Architecture draft
- Task assignment
Problems / Risks
- Example: hardware delay
Next Steps
- Finalize architecture
- Create first Issues
Week 2
Completed
- Full BLE Tag code
In Progress
Problems / Risks
Next Steps
- UUID modification during Runtime
Week 3
Completed
- Full BLE Scanner code
- SQLite schema with Prisma ORM
- UUID lookup for public API
- Connected and tested functionality of all equipment
In Progress
- Core script to receive MQTT data, process and store in Redis
- NGSI-LD data for public API
- Admin API with CRUD functions
Problems / Risks
- WiFi won't reconnect
- no auth to use public API
Next Steps
- WiFi self-healing and MQTT reconnection & testing
Week 4
Completed
- Tag & Scanner CLI for configuration & persistent config
- Core script (MQTT, location estimation, Store in Redis)
- NGSI-LD public api
- public dashboard (Node-RED)
In Progress
- Admin API with CRUD functions
Next Steps
- Add verification with camera in core script
Week 5
Completed
- camera scripts
- adminjs configuration
- integrate camera scripts to system
In Progress
connect camera scripts to core script and adminjs
Next Steps
- Debugging and refactor