Prioritizing must-haves

Now comes the time to decide the order in which we will develop the features. I have put numbers behind each item to indicate when we will develop them:

  • Note incoming plane type (1)
  • Note incoming airline (3)
  • Note outgoing plane type (2)
  • Note outgoing airline (4)
  • Note the runway planes use (5)

As you can see, I have decided to implement the feature to indicate the plane type first, for both incoming and outgoing flights. The reason for this is that I can easily create a set of buttons, each depicting certain types. Taking note of them is just a matter of clicking or the right button. Attaching the airline to it is slightly more work, so I postpone this. This way, I am sure that I am getting a minimal version working as soon as possible.