Initial pass on the design documentation.

The design doc and software design doc.
The UML images are generated with plantUML from the *.puml files.
This commit is contained in:
2025-07-18 12:14:01 -04:00
parent 1181759ace
commit 1c593aff9b
6 changed files with 367 additions and 0 deletions

13
docs/uml/tasks.puml Normal file
View File

@ -0,0 +1,13 @@
@startuml
skinparam componentStyle rectangle
[Tasks] --> [Switcher]
[Tasks] --> [Display]
package "Button Listeners" {
[Tasks] --> [A Button Listener]
[Tasks] --> [B Button Listener]
[Tasks] --> [Start Button Listener]
}
@enduml