nshillin / 291MiniProject1

0 stars 0 forks source link

Make a Booking #4

Open sensible-heart opened 9 years ago

sensible-heart commented 9 years ago

A user should be able to select a flight (or flights when there are connections) from those returned for a search and book it.

jero1994 commented 9 years ago

How should we be interpreting the relationship between fare type and seat number? I assume there isn't one, which would mean that checking overbooking is a matter of subtracting the number of bookings on that flight with that fare from the fare's limit, and that checking if a seat is taken is completely distinct.

It doesn't make much sense in terms of actual airplane seating, but does it sound right in this assignment's context?