Thanks to visit codestin.com
Credit goes to github.com

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: 2pow4/HowToGo-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: 2pow4/HowToGo-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: scripts/database
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 25 files changed
  • 1 contributor

Commits on Dec 7, 2019

  1. [v1.0.4]

    - basic project structures settings
      - /routes
      - /schemas
    cadenzah committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    b0b9993 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. [v1.0.5]

    - basic project structures setting
      - app.js
      - added mongoose
    cadenzah committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    df088ae View commit details
    Browse the repository at this point in the history
  2. [v1.0.6]

    - updateCities.js
      - nosql collection for cityCode
      - used as foreign key between location and city
    cadenzah committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    928f09f View commit details
    Browse the repository at this point in the history
  3. [v1.0.7]

    - updateSuburb.js
      - updating script for bus stops of 시외버스
      - each has cityCode mapping to cities from 'cities' collection of DB
    cadenzah committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    8d22d7c View commit details
    Browse the repository at this point in the history
  4. [v1.0.8]

    - added public api documents
    - updateExpress.js
      - update database based on separate xlsx file
    - updateSuburb_test.js
      - test script to prevent from exhausting  all API call counts
    cadenzah committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    9cc154a View commit details
    Browse the repository at this point in the history
  5. [v1.0.9]

    - `schema/index.js`
      - changed the return value of function
      - so that we can safely do next job after connected
    - added `scripts/clearLocations.js`
      - script to empty Location collection
    cadenzah committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    00da5db View commit details
    Browse the repository at this point in the history
  6. [v1.0.10]

    - updateAir.js
      - similar to express bus
      - only 15 airports... added express.xlsx
    - updateSuburb_test.js
      - test script for updateSuburb
      - only with 1 cityCode (11) for test purpose
    - updateTrain.js
      - similar to suburb bus
    - APIDOC.md
      - fixed consistancy in response props' format
      - camelCase
      - deleted `/routes/gps`, combined it with `/routes`
    cadenzah committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    a51f81b View commit details
    Browse the repository at this point in the history
  7. [v1.0.11]

    - deleted `routes/gps` routing
    cadenzah committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    7ab3d0d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. [v1.0.12]

    - scripts/updateSuburb.js done
    - added test script for updateSuburb.js
    - utility function
      - isArray: determines whether it's array or not
    cadenzah committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    1b87252 View commit details
    Browse the repository at this point in the history
  2. [v1.0.13]

    - updateMetroCities
      - script for only 2-digit cityCodes
      - used for train
    - added metrocity schema
    - update scripts
      - scripts/updateTrain.js
      - scripts/updateSuburb.js
    cadenzah committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    5b60043 View commit details
    Browse the repository at this point in the history
Loading