Step 0 - Requirements   

pdf Mail Impression

KR_001: Dynamic list of current movies

The User shall have access to the list of current movies shown in Zyrcon Cinemas. This list shall be updatable Over-The-Air from the Server. This update is pushed from the Server to the User's Mobile with no action required by the User.

KR_002: Information on demand for the current movies

When the User selects a movie in the list, the description and show times shall be pulled from the Information-On-Demand (IOD) Server through SMS.

KR_003: Contact List of the Zyrcon Cinemas

The User shall have access to a list of the Zyrcon Cinemas in different cities. By default, the list shall contain the Zyrcon Cinema for Berlin and London.
When the User selects a city in the list, a Call is automatically started with the corresponding Zyrcon Cinema.

KR_004: Contact List management

The User shall be able to update the list of contacts by providing the name of a new City to the Server by SMS.

Menu Structure proposal

 

Level 1 Level 2   Description of related actions
Cinemas City 1 Mobile side:
 Set up Call
City 2 Mobile side:
 Set up Call
Add a Cinema Mobile side:
 Get Input --- Send SMS "getCinema*input"
Server side:
 Update the Contact List OTA
Current Movies Movie 1 Mobile side:
 Send SMS "getShowtime*movieId"
Server side:
 Send SMS with the description and the show times for this movie
Movie 2 Mobile side:
 Send SMS "getShowtime *movieId"
Server side:
 Send SMS with the description and the show times for this movie
Movie 3 Mobile side:
 Send SMS "getShowtime *movieId"
Server side:
 Send SMS with the description and the show times for this movie

 

Next : Step 1 - Getting Started