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

Push to gh #63

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

Push to gh #63

wants to merge 20 commits into from

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    a2a80a5 View commit details
    Browse the repository at this point in the history
  2. starting express server

    jamesscaggs committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    31dd430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d52168 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    216747e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50c0d1b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. finished sending project to server and creating a new project in data…

    …base when user saves on client side. It's pretty ugly right now and needs optimization. Next step is to update the response to send the project id back to the client to provide the user a link, then set up a route on the server to handle the shared link requests
    jamesscaggs committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7b1e1d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14bd3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6d7771 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. merging main

    jamesscaggs committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    dbae63e View commit details
    Browse the repository at this point in the history
  2. create repo api working and returning data to client, still need to u…

    …pdate client to pass in project name using modal input and update api call to use that name. Also need to render a loading indicator and success message on client
    jamesscaggs committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9c7348d View commit details
    Browse the repository at this point in the history
  3. pausing to go to main

    jamesscaggs committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    90e62a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    36875f7 View commit details
    Browse the repository at this point in the history
  2. remove save project

    jamesscaggs committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    03c5d14 View commit details
    Browse the repository at this point in the history
  3. fix button styling

    jamesscaggs committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    681a709 View commit details
    Browse the repository at this point in the history
  4. default editor to open

    jamesscaggs committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    1697261 View commit details
    Browse the repository at this point in the history
  5. edit copy

    jamesscaggs committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ff89ffb View commit details
    Browse the repository at this point in the history
  6. sidebar edits, default request editor to open, add more descriptive c…

    …opy, disable button if path and method are not selected"
    jamesscaggs committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    734981c View commit details
    Browse the repository at this point in the history
  7. comment out push to github until we have time to finish wiring it up …

    …and get it deployed with the express server
    jamesscaggs committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7350f41 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. update title and meta

    jamesscaggs committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    66d6a78 View commit details
    Browse the repository at this point in the history
  2. remove favicon.ico

    jamesscaggs committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    204ac18 View commit details
    Browse the repository at this point in the history