Leisure & play

Example

Complete procedure: hardware kiosk flows that issue tickets and print barcodes.

Goal: Attract → select → pay → ticket credentials → print.

Typical step order

  1. KioskAttract
  2. SetParametersDirectly (defaults / device context)
  3. TileSelectionInput and/or time (RelativeTimeFrameInput, …)
  4. RequireInput / calculators / AddPositionToOrder as needed
  5. PayNow
  6. SyncTicketGroupEntry (often more than one)
  7. PrintBarcode

Contrast: Classic occupancy ends in reservation + email; this path ends in ticket sync + print.

See components kiosk-attract, sync-ticket-group-entry, print-barcode.