The algorithm to find free rooms is currently broken.
It is possible to double-book a room without problems.
It should also be made to find a reservation using
more than one room, possibly breaking the reservation
in two, thereby creating the need for a redesign.
Oumph.
Logged In: YES
user_id=11014
It should also make sure that it returns the room with the
LEAST amount of extras, so that we save the well-equipped
rooms for those who really want them.
Logged In: YES
user_id=11014
Room is now the one with the least amount of extras.
Logged In: YES
user_id=11014
I'm leaning towards letting the user choose a specified room
out of all available, matching rooms instead of making the
system choose the best match.
This will probably work out fine for smaller hotels, but will
need work if we get some larger (50-100+) hotels using
roomba.