Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bloominstituteoftechnology/JavaScript-IV
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bcabanayan/JavaScript-IV
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 23, 2018

  1. Completed refactoring exercises

    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    254f572 View commit details
    Browse the repository at this point in the history
  2. Created Person class and tested with object

    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    25fa4ed View commit details
    Browse the repository at this point in the history
  3. Added and tested instructor class

    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    69f7a21 View commit details
    Browse the repository at this point in the history
  4. Added and tested Student class

    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    b7a45b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Added project manager class to complete main objectives

    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    5ad477d View commit details
    Browse the repository at this point in the history
  2. Added grade property and graduate method to Student class

    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    6ba2403 View commit details
    Browse the repository at this point in the history
  3. Added method to add or subtract points from student's grade in order …

    …to complete stretch goals
    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    5144adc View commit details
    Browse the repository at this point in the history
  4. Refactored graduate and reviewSprint methods so that they would repea…

    …t until student grade is greater than 70
    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    86f0496 View commit details
    Browse the repository at this point in the history
  5. Added greater than or equals sign so that graduate function stops run…

    …ning if grade is greater or equal to 70
    Bruce Cabanayan authored and Bruce Cabanayan committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    181e4c8 View commit details
    Browse the repository at this point in the history
Loading