项目作者: shezdev

项目描述 :
Airport Challenge in JavaScript
高级语言: JavaScript
项目地址: git://github.com/shezdev/airport_challenge_js.git
创建时间: 2017-01-31T15:03:54Z
项目社区:https://github.com/shezdev/airport_challenge_js

开源协议:

下载


This is the Airport Challenge, using JavaScript

  1. As an air traffic controller
  2. So I can get passengers to a destination
  3. I want to instruct a plane to land at an airport and confirm that it has landed
  4. As an air traffic controller
  5. So I can get passengers on the way to their destination
  6. I want to instruct a plane to take off from an airport and confirm that it is no longer in the airport
  7. As an air traffic controller
  8. To ensure safety
  9. I want to prevent takeoff when weather is stormy
  10. As an air traffic controller
  11. To ensure safety
  12. I want to prevent landing when weather is stormy
  13. As an air traffic controller
  14. To ensure safety
  15. I want to prevent landing when the airport is full
  16. As the system designer
  17. So that the software can be used for many different airports
  18. I would like a default airport capacity that can be overridden as appropriate