GithubHelp home page GithubHelp logo

airport_challenge's Introduction

Airport Challenge

#Makers/week1 #Makers/Weekend_Challenge

The challenge this weekend was to create a program that simulates an Airport. Planes would be coming (landing) and going (taking off) from the Airport. Weather also plays a part, as an Airport will only allow a Plane to take off or land if the conditions are right i.e. Sunny. Sometimes the Weather will be stormy and so the Airport will instruct planes that they cannot take off.

User Story’s


As an air traffic controller So I can get passengers to a destination I want to instruct a plane to land at an airport

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

Domain Model for Above


Airport Collaborators
Can receive planes Plane, Airport
Can release planes Plane, Airport
Can count planes
Plane Collaborators
Can take off Airport
Can Land 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

Domain Model for Above


Weather Collaborators
Can be Sunny Airport
Can Be Stormy Airport

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

Domain Model for Above


Airport

  • Has a Default Capacity
  • Knows when capacity is full
  • Capacity can be changed

Edge Cases

An “edge case” is an exception to a rule, or a situation that requires additional or special handling.

Edge Cases that will arise from this program:

  • Planes can only take off from airports they are in.
  • Planes that are already flying cannot take off and/or be in an airport.
  • planes that are landed cannot land again and must be in an airport

airport_challenge's People

Contributors

tansaku avatar nathanhynes avatar silvabox avatar neoeno avatar dbugsy avatar dearshrewdwit avatar leoallen85 avatar spike01 avatar anitacanita avatar bebbs avatar michaellennox avatar mihailiviucojocar avatar nikeshashar avatar sjmog avatar anthony-hull avatar

Watchers

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