Merge TactilityHeadless into Tactility (#263)
There currently is no practical use to have TactilityHeadless as a subproject. I'm merging it with the Tactility project.
This commit is contained in:
committed by
GitHub
parent
d0ca3b16f8
commit
d72852a6e2
@@ -1,9 +0,0 @@
|
||||
@startuml
|
||||
[*] --> onStart : app is created
|
||||
onStart --> onShow : app becomes visible
|
||||
onShow --> onHide : app is no longer visible
|
||||
onHide --> onStop : app is preparing to be destroyed
|
||||
onStop --> [*] : app is destroyed
|
||||
skinparam ranksep 25
|
||||
skinparam padding 2
|
||||
@enduml
|
||||
@@ -1,19 +0,0 @@
|
||||
@startuml
|
||||
skinparam componentStyle uml1
|
||||
|
||||
[Tactility] as t
|
||||
note right of t : to build and use graphical apps
|
||||
[TactilityHeadless] as theadless
|
||||
note right of theadless : to build and use background services
|
||||
[TactilityCore] as tcore
|
||||
note right of tcore : defines, data types, logging, async, etc.
|
||||
|
||||
[App] as app
|
||||
|
||||
note right of app : App depends on the board \n projects for configuration
|
||||
|
||||
[app] ..> [t]
|
||||
[t] ..> [theadless]
|
||||
[theadless] ..> [tcore]
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user