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

Lynn Jansheski - Cheetahs #36

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

Lynn Jansheski - Cheetahs #36

wants to merge 28 commits into from

Commits on Dec 22, 2022

  1. Initial Setup

    1lynnj committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f803974 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Created board, card, and newCardForm components. Left off on creating…

    … addCard func for NewCardForm -Lynn and Nina
    enigmatic-loop committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    8331b77 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. (Lynn and Nina) Added fetchAllCards to App, added addCard function to…

    … App, removed hard coded Data, updated Board to include changes to App, fixed error in NewCardForm to get message
    1lynnj committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6d3dd3a View commit details
    Browse the repository at this point in the history
  2. (Nina, Lynn, Tami, Ev) Troubleshooting passing props from boardlist t…

    …o board to card. Code is currently not working.
    1lynnj committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f0173f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    3b8f2a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa4f4e0 View commit details
    Browse the repository at this point in the history
  3. (Lynn and Nina) Taking a step back and refactoring to include BoardLi…

    …st. Remove extraneous data from Board.js and BoardList.js, fixed variable for pulling newBoardFormFields and added handleNewBoardSubmit function
    enigmatic-loop committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    be8fc86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    179107c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. (Nina, Tami, Ev, Lynn) Working on adding event to add cards to a boar…

    …d - not currently working.
    1lynnj committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    a599574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7b1e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    df67ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af2634 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6a31b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    ed52a3f View commit details
    Browse the repository at this point in the history
  2. Display board and cards works

    * Added loadBoard function,
    * Refactored boardList to run loadBoard function,
    * Added styling to identify boardlist  and board components during development,
    * Moved event to load Board to App component
    * Added axios calls to get boards and cards
    * Removed hard coded data
    1lynnj committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    2074dde View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Merge pull request #1 from 1lynnj/lynns-branch

    Display board and cards works
    1lynnj authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    a6e5ffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe46e68 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Front-end CSS by Ev

    enigmatic-loop committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    42c0200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dae694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef70f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96d0c33 View commit details
    Browse the repository at this point in the history
  5. Merging branches

    enigmatic-loop committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b4c0575 View commit details
    Browse the repository at this point in the history
  6. committing BoardList

    enigmatic-loop committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c5dac8f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Updated backend URL to heroku.

    1lynnj committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a071b42 View commit details
    Browse the repository at this point in the history
  2. No changes

    1lynnj committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    44e0eb4 View commit details
    Browse the repository at this point in the history
  3. (Tami, Nina, Lynn) Added deleteCard function - currently getting 500 …

    …response code - working on debugging the back end
    1lynnj committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c20f1fc View commit details
    Browse the repository at this point in the history
  4. deleteCard works

    1lynnj committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0cbf992 View commit details
    Browse the repository at this point in the history
  5. final commit before code freeze. displays boardlist on initial page l…

    …oad, add board and add card works, delete card works.
    1lynnj committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    07a6fd9 View commit details
    Browse the repository at this point in the history