Giter Club home page Giter Club logo

airport_challenge's Introduction

#Airport Challenge#

Build Status

A coding challenge to create, in a test-driven style, a simple airport management system based on the user stories below:

As a pilot
So that I can arrive at my specified destination
I would like to land my plane at the appropriate airport

As a pilot
So that I can set off for my specified destination
I would like to be able to take off from the appropriate airport

As an air traffic controller
So that I can avoid collisions
I want to be able to prevent airplanes landing when the airport if full

As an air traffic controller
So that I can avoid accidents
I want to be able to prevent airplanes landing when the weather is stormy

As a passenger
So that I can get to my destination
I wish to be able to get on a landed plane

##Contribution##

This is a challenge set to identify progress in Wk1 at Makers Academy, therefore is designed to be tackled individually.

However comment on the quality of the code would be very welcome.

##Classes and Methods##

The system currently has the following structure:

Airport

  • arrival(plane)
  • departure(plane) - Will default to next available plane, with no argument
  • capacity
  • stationed_planes

Airport can recieve an argument of an options hash with key capacity to set capacity.

Plane

  • takeoff
  • land
  • airborne?
  • board(passenger)
  • capacity

Plane can recieve an argument of an options hash with key airborne to set the the status to true or false.

Passenger

  • check_in
  • checked_in?

airport_challenge's People

Contributors

rbgeomaticsrob avatar tansaku avatar spike01 avatar bebbs avatar leoallen85 avatar mihailiviucojocar avatar nikeshashar avatar

Watchers

James Cloos 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.