Update weekly progress log with new entries

This commit is contained in:
Kostas Drakontidis
2026-05-14 23:48:10 +03:00
committed by GitHub
parent 744d145ec2
commit 80f7c89852
+19 -9
View File
@@ -1,7 +1,5 @@
# Weekly Progress Log
Update this file every week.
## Week 1
### Completed
- Repository created
@@ -18,19 +16,31 @@ Update this file every week.
- Finalize architecture
- Create first Issues
### Team Contribution
- Student 1:
- Student 2:
## Week 2
### Completed
- Full BLE Tag code
### In Progress
### Problems / Risks
### Next Steps
- UUID modification during Runtime
### Team Contribution
- Student 1:
- Student 2:
## Week 3
### Completed
- Full BLE Scanner code
- SQLite schema with Prisma ORM
- UUID lookup for public API
### 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