From 80f7c89852333e21ab8135b5f18d50e81b29fdd2 Mon Sep 17 00:00:00 2001 From: Kostas Drakontidis Date: Thu, 14 May 2026 23:48:10 +0300 Subject: [PATCH] Update weekly progress log with new entries --- progress.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/progress.md b/progress.md index 23ebf53..654732c 100644 --- a/progress.md +++ b/progress.md @@ -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