Giter Club home page Giter Club logo

airport_challenge's Introduction

Travis CI

Build Status

Coveralls

Coverage Status

Airport Challenge

                       888L
                        888b
                        ^8888.
                         '8888c
                          88888L
           "8b             :8888b
            *8b             888888
            =88888888888888888888888888888a
            488"""""""""""" 888888""""""""
           .88             488888%
            "             .88888"
                          8888P
                         d888F
                        J888"
                       4888"
                      ,88P

Features

Allows for the creation of new airports with custom capacities. Allows for the takeoff and landing of planes. Protects against landing and takeoff if the weather is bad. Checks plane status to ensure they are in the air before attempting landing. Checks plane status to ensure they are on the ground in the airport before attempting takeoff from that airport. Stops takeoff if there are no planes at the airport. Stops landing if the airport is full. Allows for checking the planes current flight status.

Commands

Airport

When initializing a new airport provide a capacity as an argument to set a custom capacity. Providing no Argument sets the capacity to 5.

airport.takeoff(plane) - If the plane is at the airport and the weather is suitable this method causes the provided plane to take off.

airport.land(plane) - If the plane is in the air and the weather is suitable this method causes the provided plane to land at the current airport as long as there is room.

Plane

plane.ground - Returns true if the plane is currently on the ground or false if it is in the air.

Task

We have a request from a client to write the software to control the flow of planes at an airport. The planes can land and take off provided that the weather is sunny. Occasionally it may be stormy, in which case no planes can land or take off. Here are the user stories that we worked out in collaboration with the client:

As an air traffic controller
So I can get passengers to a destination
I want to instruct a plane to land at an airport and confirm that it has landed

As an air traffic controller
So I can get passengers on the way to their destination
I want to instruct a plane to take off from an airport and confirm that it is no longer in the airport

As an air traffic controller
To ensure safety
I want to prevent takeoff when weather is stormy

As an air traffic controller
To ensure safety
I want to prevent landing when weather is stormy

As an air traffic controller
To ensure safety
I want to prevent landing when the airport is full

As the system designer
So that the software can be used for many different airports
I would like a default airport capacity that can be overridden as appropriate

BONUS

  • RSpec feature test included to work through the user stories.

airport_challenge's People

Contributors

bebbs avatar dbugsy avatar leoallen85 avatar michaellennox avatar mihailiviucojocar avatar nikeshashar avatar omgduke avatar silvabox avatar spike01 avatar tansaku avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.