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/HTTP-AJAX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: VeraSimon/HTTP-AJAX
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.
  • 5 commits
  • 17 files changed
  • 1 contributor

Commits on Sep 12, 2018

  1. HTTP AJAX Day I

    Fixed a line in README.md under Instructions where two instructions were clobbered together
    Completed Instructions one through six*
    Cleaned up App.js to not contain the example code
    Vera Simon committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    9e938a1 View commit details
    Browse the repository at this point in the history
  2. HTTP AJAX Day I

    Cleaned up the project directory some more
    Created server.js.orig as a backup of the original server data before moving on to manipulating it
    Got the app displaying the friends <3
    Vera Simon committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    51a7432 View commit details
    Browse the repository at this point in the history
  3. HTTP AJAX Day II

    Realized that server.js doesnt maintain state between client refreshes, so deleted server.js.orig
    Implemented friend adding form with expected data
    Typecast the incoming data like h*ck
    Moving on to the stretch
    Vera Simon committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    b474005 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. HTTP AJAX Day II

    Added PUT and DELETE functionality
    Vera Simon committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7055ab9 View commit details
    Browse the repository at this point in the history
  2. HTTP AJAX Day II

    Mistakes were made. People were sick. Bugs were introduced
    {() => bool ? ifTrue : ifFalse} !=== {bool ? ifTrue : ifFalse}
    Vera Simon committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b4f1614 View commit details
    Browse the repository at this point in the history
Loading