Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luiza Airport Challenge #2502

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Luiza Airport Challenge #2502

wants to merge 15 commits into from

Commits on Apr 23, 2022

  1. Add airport spec, add plane spec

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    6b80f0e View commit details
    Browse the repository at this point in the history
  2. Complete User Story no 2

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3b4abb8 View commit details
    Browse the repository at this point in the history
  3. Add 'Airport is full' error

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    b44d66e View commit details
    Browse the repository at this point in the history
  4. Add default capacity

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    23b748a View commit details
    Browse the repository at this point in the history
  5. Refactor, add private method full?

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    d076a25 View commit details
    Browse the repository at this point in the history
  6. Refactor take_off

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    bcd8ca0 View commit details
    Browse the repository at this point in the history
  7. Complete User story 4

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3d04d31 View commit details
    Browse the repository at this point in the history
  8. Add weather class with methods

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3697420 View commit details
    Browse the repository at this point in the history
  9. Add error message if stormy? true

    Luiza authored and Luiza committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    0955715 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Add weather double and weather logic, correct weather class

    Luiza authored and Luiza committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    aa2bbb4 View commit details
    Browse the repository at this point in the history
  2. Refactor the code using doubles

    Luiza authored and Luiza committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    ab7ca89 View commit details
    Browse the repository at this point in the history
  3. Add no landing in bad weather error

    Luiza authored and Luiza committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c005525 View commit details
    Browse the repository at this point in the history
  4. Update plane class to allow for take-off and landing

    Luiza authored and Luiza committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    455a680 View commit details
    Browse the repository at this point in the history
  5. Add allowed to take off method

    Luiza authored and Luiza committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c3dbc44 View commit details
    Browse the repository at this point in the history
  6. Add tests to check if plane left_airport? without doubles

    Luiza authored and Luiza committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c3061a3 View commit details
    Browse the repository at this point in the history