promotions-user-flow.puml (520B)
1 @startuml promotions-user-flow 2 ' Recipient-facing flow for DD 98 (Token Fountains for Promotions). 3 ' Rendered at Sphinx build time via sphinxcontrib.plantuml. 4 !include ../../../images/taler-uml-style.iuml 5 6 left to right direction 7 8 rectangle "Scan the\npromotion" as scan #d3deff 9 rectangle "Wallet receives\npromotional tokens" as receive #d3deff 10 rectangle "Use a token\nat checkout" as use #d3deff 11 rectangle "Receive the\ndiscount or benefit" as benefit #d3deff 12 13 scan --> receive 14 receive --> use 15 use --> benefit 16 @enduml