From cb1dbe8b119e7500d768b7e4e7451897f998e105 Mon Sep 17 00:00:00 2001 From: Sietse Jonker Date: Fri, 22 Mar 2024 11:52:51 +0100 Subject: [PATCH 1/2] Fix import statement in node.md and remove extra line in main.py --- docs/node-documentation/node.md | 2 +- server/Flask/main.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/node-documentation/node.md b/docs/node-documentation/node.md index b3cee6d..3acfcfa 100644 --- a/docs/node-documentation/node.md +++ b/docs/node-documentation/node.md @@ -25,7 +25,7 @@ The following libraries are used in the node code: - - - -- - ### Code diff --git a/server/Flask/main.py b/server/Flask/main.py index 76362b7..c8ff4ac 100644 --- a/server/Flask/main.py +++ b/server/Flask/main.py @@ -50,6 +50,5 @@ def getData(node, dataType, MAC): return result - if __name__ == '__main__': app.run(debug=True, host='localhost') From 4708c9c71edde93c58711e1ea3e84013aff78898 Mon Sep 17 00:00:00 2001 From: Dano van den Bosch Date: Fri, 22 Mar 2024 12:07:50 +0100 Subject: [PATCH 2/2] Stand up note --- teamdocumentatie/dailyStandupNotes.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/teamdocumentatie/dailyStandupNotes.md b/teamdocumentatie/dailyStandupNotes.md index 2bdcb87..c514a22 100644 --- a/teamdocumentatie/dailyStandupNotes.md +++ b/teamdocumentatie/dailyStandupNotes.md @@ -66,4 +66,18 @@ Sam, tft scherm, rest api ombouwen om data in node tabel te douwen Dano: Adding comments for OOP Arduino Bram: Python send node data to database Sam: flask rerouten to use put recuest - Sietse: WireFrame \ No newline at end of file + Sietse: WireFrame + +21/03/2024 + + Sietse: fritsing node documentation + Bram: personal documetation. + Sam: Rest api improvements + Dano: prepering for retro and making docu for aruidno + +22/03/2024 + + Bram: Fritsing, documentation for code + Sietse: Database + Dano: Docuemtation for arduino + Sam: \ No newline at end of file