48 lines
845 B
Markdown
48 lines
845 B
Markdown
# 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
|