RIDDL Specification For improving.app
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

PurchaseTicket: UseCase

ItemValue
BrieflyBrief description missing.
Definition PathImprovingApp.GatewayAPI.DemoMVP.PurchaseTicket
View Source LinkgatewayEpics.riddl(25:3)

Sequence Diagram

---
title: UseCase 'PurchaseTicket' in Epic 'DemoMVP'
init:
    theme: dark
sequenceDiagram:
    messageFontFamily: monospace
    forceMenus: true
    mirrorActors: false
    wrap: true
    theme: dark
---

sequenceDiagram
  autonumber
  par No brief description.
    DemoMember->>UserInterface.Product.PurchaseProduct: purchase ticket
    UserInterface.Product.DisplayPurchases->>DemoAdmin: presented
  end