Page MenuHomePhabricator
Paste P15851

UML wikidata products token use - way forward
ActivePublic

Authored by wiese on May 7 2021, 9:41 AM.
Tags
None
Referenced Files
F34444909: UML wikidata products token use - way forward
May 7 2021, 9:41 AM
Subscribers
None
@startuml
participant WMFTokens
box "wikit" #LightBlue
participant Tokens
participant Components
end box
participant Application
note over WMFTokens: wikimedia-ui-base
/ note over Tokens: @wmde/wikit-tokens
/ note over Components: @wmde/wikit-vue-components
/ note over Application: termbox / tainted ref / bridge
WMFTokens->Tokens: parsing and use of less files
Tokens->Components: use of tokens in components
Tokens->Application: (A) direct use of tokens in application (e.g. custom components)
Components->Application: (B) use of components in application
@enduml