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

States ununited #1

Open
wants to merge 84 commits into
base: aboutPage
Choose a base branch
from
Open

Commits on Apr 22, 2019

  1. Adds Routes, Empty Pug Files, Login JS

    Adds:
    Routes: get login, event
    
    post admin, ticket, member, profile
    
    Empty Pug Files: admin, event, member, profile and ticket
    
    Login JS: validation for empty login fields
    GZSaechao committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    bce8ca7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Configuration menu
    Copy the full SHA
    a556628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe58e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    767d5bd View commit details
    Browse the repository at this point in the history
  2. nameRouter has been implemented using dummy JSON data. Other routers …

    …stubbed in app and in their route files, currently commented out in app to avoid crash-on-launch. Non-trivial ad-hoc testing for the http GET functionality in the name route. Currently unable to test POST route, need a front end form (even a crude one) to send POST requests. Based on the pattern in the name route I believe we can implement other routes as a get & set system.
    QuincyPowell committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    592da40 View commit details
    Browse the repository at this point in the history
  3. Resolved merge conflict, looks like someone else stubbed out the rout…

    …es by copy/pasting the default index route.
    QuincyPowell committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    4125b19 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    46dd625 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    e85cb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e29d0 View commit details
    Browse the repository at this point in the history
  3. Fixed an insidious pair of bugs. First involved multiple res.status(x…

    …xx) calls breaking express. Second involved different filesystem directory contexts in the same JS file. At the top of the file we are running in the routes directory. In the actual get and post routes we are running out of app.js one level above routes.
    QuincyPowell committed May 1, 2019
    Configuration menu
    Copy the full SHA
    b293711 View commit details
    Browse the repository at this point in the history
  4. Updates Physical Address

    Claiming physical address
    GZSaechao committed May 1, 2019
    Configuration menu
    Copy the full SHA
    5bdb989 View commit details
    Browse the repository at this point in the history
  5. Updates Physical Address

    Uncomments route and adds filename source
    GZSaechao committed May 1, 2019
    Configuration menu
    Copy the full SHA
    abb023e View commit details
    Browse the repository at this point in the history
  6. Updates Physical Address

    The last of the initial set up complete.
    GZSaechao committed May 1, 2019
    Configuration menu
    Copy the full SHA
    af7e77c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efd684e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20e0782 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fab062a View commit details
    Browse the repository at this point in the history
  10. added author comment

    kingje47 committed May 1, 2019
    Configuration menu
    Copy the full SHA
    e0d9498 View commit details
    Browse the repository at this point in the history
  11. Update physical_address.js

    Adds get function to pull address data
    GZSaechao committed May 1, 2019
    Configuration menu
    Copy the full SHA
    2b13336 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb6c49d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. fix import

    miscdats committed May 5, 2019
    Configuration menu
    Copy the full SHA
    6989042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2c534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aa2eec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbf84b4 View commit details
    Browse the repository at this point in the history
  5. signup form labels

    miscdats committed May 5, 2019
    Configuration menu
    Copy the full SHA
    7c45ab4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8959e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05b3594 View commit details
    Browse the repository at this point in the history
  8. change link in nav to about

    miscdats committed May 5, 2019
    Configuration menu
    Copy the full SHA
    8a3f483 View commit details
    Browse the repository at this point in the history
  9. change link in nav to about

    miscdats committed May 5, 2019
    Configuration menu
    Copy the full SHA
    761fda7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efbccb8 View commit details
    Browse the repository at this point in the history
  11. clean up merge

    miscdats committed May 5, 2019
    Configuration menu
    Copy the full SHA
    3e57c18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    616a51b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4fb599f View commit details
    Browse the repository at this point in the history
  14. add a char

    miscdats committed May 5, 2019
    Configuration menu
    Copy the full SHA
    d951db7 View commit details
    Browse the repository at this point in the history
  15. change signin components

    miscdats committed May 5, 2019
    Configuration menu
    Copy the full SHA
    8447437 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92c072d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. delete duplicate folder

    miscdats committed May 6, 2019
    Configuration menu
    Copy the full SHA
    5f53897 View commit details
    Browse the repository at this point in the history
  2. change signup form

    miscdats committed May 6, 2019
    Configuration menu
    Copy the full SHA
    961d506 View commit details
    Browse the repository at this point in the history
  3. may screenshots update

    miscdats committed May 6, 2019
    Configuration menu
    Copy the full SHA
    63ea025 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Abainesh/dev

    Dev
    miscdats committed May 6, 2019
    Configuration menu
    Copy the full SHA
    650d28b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. add music_pref api

    kingje47 committed May 7, 2019
    Configuration menu
    Copy the full SHA
    b2ca824 View commit details
    Browse the repository at this point in the history
  2. Update physical_address.js

    Adds post and whitespace function
    GZSaechao committed May 7, 2019
    Configuration menu
    Copy the full SHA
    abf1ba0 View commit details
    Browse the repository at this point in the history
  3. Updates New_Person

    Declares New Person's author
    GZSaechao committed May 7, 2019
    Configuration menu
    Copy the full SHA
    65d48f4 View commit details
    Browse the repository at this point in the history
  4. nominal changes

    [choisojung] committed May 7, 2019
    Configuration menu
    Copy the full SHA
    c5d0d5d View commit details
    Browse the repository at this point in the history
  5. merging nominal changes

    [choisojung] committed May 7, 2019
    Configuration menu
    Copy the full SHA
    4a7234b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    9bfde06 View commit details
    Browse the repository at this point in the history
  2. Added a comment to physical address route. Started new person route, …

    …about 40% complete at dummy level.
    QuincyPowell committed May 8, 2019
    Configuration menu
    Copy the full SHA
    89ecc41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aba2f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Abainesh/rollback

    Rolling back last 2 commits
    ChoiSojung committed May 8, 2019
    Configuration menu
    Copy the full SHA
    b0bcb9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b08bd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. signup labels

    miscdats committed May 13, 2019
    Configuration menu
    Copy the full SHA
    ac9c8da View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. variable name change

    miscdats committed May 14, 2019
    Configuration menu
    Copy the full SHA
    b665404 View commit details
    Browse the repository at this point in the history
  2. calendar backup

    miscdats committed May 14, 2019
    Configuration menu
    Copy the full SHA
    2c7c50e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57e0a9f View commit details
    Browse the repository at this point in the history
  4. screenshots of examples

    miscdats committed May 14, 2019
    Configuration menu
    Copy the full SHA
    f0232d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9054cc4 View commit details
    Browse the repository at this point in the history
  6. add different calendar

    miscdats committed May 14, 2019
    Configuration menu
    Copy the full SHA
    622243e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    904767e View commit details
    Browse the repository at this point in the history
  8. alterations in style

    miscdats committed May 14, 2019
    Configuration menu
    Copy the full SHA
    cc731f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fce33b View commit details
    Browse the repository at this point in the history
  10. change calendar size

    miscdats committed May 14, 2019
    Configuration menu
    Copy the full SHA
    11f3e7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d16a20f View commit details
    Browse the repository at this point in the history
  12. delete remnants of merge

    miscdats committed May 14, 2019
    Configuration menu
    Copy the full SHA
    894a856 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    347128d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    172964f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. firebase import

    miscdats committed May 19, 2019
    Configuration menu
    Copy the full SHA
    024ced5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Abainesh/dev

    Dev to master merge
    miscdats committed May 19, 2019
    Configuration menu
    Copy the full SHA
    c423a9c View commit details
    Browse the repository at this point in the history
  3. fix navburger

    miscdats committed May 19, 2019
    Configuration menu
    Copy the full SHA
    a9d56c0 View commit details
    Browse the repository at this point in the history
  4. delete testnavbar

    miscdats committed May 19, 2019
    Configuration menu
    Copy the full SHA
    5f30456 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from Abainesh/dev

    Dev into master
    miscdats committed May 19, 2019
    Configuration menu
    Copy the full SHA
    6153844 View commit details
    Browse the repository at this point in the history
  6. delete old headerfile

    miscdats committed May 19, 2019
    Configuration menu
    Copy the full SHA
    c8ed784 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f15d8cd View commit details
    Browse the repository at this point in the history
  8. files into new folders

    miscdats committed May 19, 2019
    Configuration menu
    Copy the full SHA
    59fe596 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    cb891b6 View commit details
    Browse the repository at this point in the history
  2. continue: move sass files

    miscdats committed May 20, 2019
    Configuration menu
    Copy the full SHA
    6613b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    badb037 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    33f521f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Abainesh/dev

    Dev
    miscdats committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8389423 View commit details
    Browse the repository at this point in the history
  3. change backend port to 9000

    miscdats committed May 21, 2019
    Configuration menu
    Copy the full SHA
    78441c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8abe220 View commit details
    Browse the repository at this point in the history
  5. test apirouting

    miscdats committed May 21, 2019
    Configuration menu
    Copy the full SHA
    9f38b31 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    73f054d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6555c9d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. rename front App to Client

    miscdats committed May 27, 2019
    Configuration menu
    Copy the full SHA
    648d05d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. redux states

    miscdats committed May 28, 2019
    Configuration menu
    Copy the full SHA
    9ad2153 View commit details
    Browse the repository at this point in the history