The PWA tickets application is an example hosted service application designed to resemble an online ticket purchasing solution. While there are many aspects of this application I could have focused on, this book focuses on the consumer app.
The following screenshot is the PWA ticket home page, which displays a list of cards for upcoming events that the customer can purchase tickets for. Card refers to the UI metaphor that is used to style the block representing items in a list:
A real ticket service application would be a suite of apps including an administrative application and an app for ushers to validate tickets. For this book, I will focus on the consumer client experience.
The consumer version of the application features user login, profile management, access to a list of future events, the ability to buy tickets, and the user's ticket purchase...