From caf7031f812db07cf1e8e2199fd73ae28478ed97 Mon Sep 17 00:00:00 2001 From: Edson Ferreira Date: Thu, 4 Dec 2025 00:17:33 +0100 Subject: [PATCH 1/2] docs: Remove Student IDs from Team Members section - Changed Team Members from table format with Student IDs to simple list - Maintains team member names for attribution - Removes personally identifiable information (Student IDs) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 17cb0c3..404bcdb 100644 --- a/README.md +++ b/README.md @@ -529,14 +529,12 @@ Quick summary: ## Team Members -| Student ID | Name | -|-----------|------| -| L00197067 | Michael McKibbin | -| L00203063 | Bogdan Bondarenko | -| L00196859 | Vivien White | -| L00196839 | Edson Soares Ferreira | -| L00203099 | Arron Hoare | -| L00203051 | Abudulqurdiri Adelakun | +- Michael McKibbin +- Bogdan Bondarenko +- Vivien White +- Edson Soares Ferreira +- Arron Hoare +- Abudulqurdiri Adelakun ## License From f44d6e5387da034835ce887dd7bbbc13462b0fd8 Mon Sep 17 00:00:00 2001 From: Edson Ferreira Date: Thu, 4 Dec 2025 00:17:36 +0100 Subject: [PATCH 2/2] docs: Remove Student IDs from Team Members section - Changed Team Members from table format with Student IDs to simple list - Maintains team member names for attribution - Removes personally identifiable information (Student IDs)