Hello guys, am new to C# and a have a task to design an airline seat reservation system with 40 seats and the system is to be managed by the clerk at the airline office. It has a back list where names of customers who don't get a seat are kept and transferred to the main booking list if there is any cancellations. I am trying to use a windows form application for the design and I intend to assign at least 8 seats to Business class and the rest to economy class. But I intend to use normal buttons as symbols for the seats and on clicking any of the buttons, it brings up another form to enter the seat information.And after a seat is reserved, the colour of the button changes to indicate its been booked.
My problem is, I don't know if this design can be done in C# and if it can be done, I have no idea now to make the back list (would I have another windows form for it or would I just write a bunch of codes for it?).
Please I will appreciate any help even a sample of what you guys think the form could look like.
Thanks
designing an airline seat reservation system
Page 1 of 12 Replies - 89 Views - Last Post: 17 January 2013 - 09:17 AM
Replies To: designing an airline seat reservation system
#2
Re: designing an airline seat reservation system
Posted 17 January 2013 - 09:17 AM
This homework is posted a dozen times on DIC. Look at the botton of this page or do a search for Airplane and you'll find numerous approaches to this homework.
But we can't do all your design work for your homework. That *is* the homework, to design this then code it.
But we can't do all your design work for your homework. That *is* the homework, to design this then code it.
#3
Re: designing an airline seat reservation system
Posted 17 January 2013 - 09:17 AM
Quote
My problem is, I don't know if this design can be done in C# and if it can be done,
Why couldn 't it do this?
Sure.. enable buttons disable buttons.. check..
layouts - check..
data entry? check.
Quote
I have no idea now to make the back list
A datagrid in a form wouldn't be a problem (with.. a database table) and the appropriate work flow that if a seat is suddenly vacated an event fires of and checks the next person in line.. if there's someone there assign them to the seat and remove them from the back log queue.
Edit - whoops.. looks like this was posted as it was being locked.. silly me.
This post has been edited by modi123_1: 17 January 2013 - 09:19 AM
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote







|