Book Image

Ruby on Rails Web Mashup Projects

Book Image

Ruby on Rails Web Mashup Projects

Overview of this book

Table of Contents (14 chapters)
Ruby on Rails Web Mashup Projects
Credits
About the Author
Acknowledgements
About the Reviewer
Preface

Online event ticketing


One of the most popular types of application on the Internet is the ticketing application. Online ticketing applications generally allow users to choose and buy tickets over the Internet. There are two types of ticketing applications:

  1. 1. Admission ticketing applications provide tickets for transportation and admission to facilities like amusement parks, museums, zoos, and others.

  2. 2. Event ticketing applications provide tickets for movies, theater shows, sports events, concerts, and similar events.

Event ticketing applications on the Internet include Fandango.com, MovieTickets.com, and Ticketmaster.com. Online event ticketing applications typically provide the following basic functions to their users:

  • Show a catalogue of events and details of the events

  • Show a catalogue of venues for the events

  • Allow customers to select events, date, time, venue, seat, and number of tickets to attend the events

  • Allow customers to pay for the tickets

  • Create and send the tickets to the customers...