TheAirlineProject / tap-desktop

The Airline Project desktop version
http://theairlineproject.com
22 stars 17 forks source link

Improve aircraft configuration management #242

Open ipavlovi opened 10 years ago

ipavlovi commented 10 years ago
  1. Create configuration form specific airliner type Classes, number of seats, in-flight entertainment
  2. Save configuration under name
  3. Name should include number of seats in classes B747-8l (24F | 84C |520Y)
  4. Apply coniguration to all airliners of specific type
  5. Apply configuration after airliner is bought or leased
  6. Change of airliner configuration should cost some money
broph13 commented 10 years ago

I also think that when you change the config of an aircraft it should at least be out of service for a day or two to make the changes at least?

ipavlovi commented 10 years ago

changes

pjank42 commented 10 years ago

That looks very good :-)

ipavlovi commented 10 years ago

@broph13 , I agree with your suggestion

On the implementation level, we should use the same mechanism we will use for regular maintenance

ipavlovi commented 10 years ago

note to myself

public DateTime GroundedToDate { get; set; }