From 07bd723c11be9f26176f84183f4c6258cfde1a0e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 2 Apr 2025 07:31:45 +0200 Subject: add notes about TODO annotations; add component diagram --- Mussel/components.puml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Mussel/components.puml (limited to 'Mussel/components.puml') diff --git a/Mussel/components.puml b/Mussel/components.puml new file mode 100644 index 0000000..dd09477 --- /dev/null +++ b/Mussel/components.puml @@ -0,0 +1,13 @@ +@startuml +interface Bluetooth +package Sensor { +[Read] - [Normalize] +[Normalize] -down- Bluetooth +} +package Vote { +Bluetooth -down- [Collect] +[Collect] - [Align] +[Align] - [Qualify] +[Qualify] - [Conclude] +} +@enduml -- cgit v1.2.3