• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Doubt with seats selection

 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear ranchers,
I have a big doubt at the "Prepare itinerary".
When you have the list of seats available for selected flight you must select seats, right ?
So:
(1) Should I select seats for every SEGMENT ?

(2) Should I select seats for only for the Departure flights and for the Arrival flights ? (meaning that if you have > 1 segment for departure and for the arrival the number of seats stays the same)

(3) Should I select seats required for the complete flight ?

What do you think ?
This has a big impact on my model because if I choose one instead of the other the number of seats must go in a different model.....for example in the first option I should keep a variable in the Segment Model, on the second in the Flight Model and on the third in the Shopping Cart directly..........

Thanks
Francesco
 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good question but I don't know the answer. In my travel experience, I can't select any seat even when I reach an airport. What I can choose is "window seat" or "aisle seat" or "don't be close to man's room". But as far as i know, there are some web sites offering seat location for regular customers to select seat.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes it's possible to select seats once you paid.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I have understood your question correctly, than I think we can store the seat details for each segments. Many airlines provides the facility to select the seat of your choice(aa.com for example).

Do we have more complexities in storing the seat number in the segment?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic