diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-02 07:31:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-02 07:31:45 +0200 |
commit | 07bd723c11be9f26176f84183f4c6258cfde1a0e (patch) | |
tree | 720836d4c43bd45e033ac35207d41fba16b32f03 /Mussel/components.puml | |
parent | 5b2308d66ff28ca978e47d256adb438d034d0ed5 (diff) |
add notes about TODO annotations; add component diagram
Diffstat (limited to 'Mussel/components.puml')
-rw-r--r-- | Mussel/components.puml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |