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

[2단계 - 음식점 목록] 우디(류정우) 미션 제출합니다. #56

Merged
merged 47 commits into from
Mar 15, 2023

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    51beede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87c89d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb9a03c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68894a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db6afda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4629b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    373f30f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    a947f5f View commit details
    Browse the repository at this point in the history
  2. refactor(RestaurantList): 파일명을 RestaurantItems로 변경, 인스턴스로 생성될 때, 넘겨받은…

    … 음식점들로 각각의 음식점을 렌더하는 클래스로 변경
    jw-r committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    14386ed View commit details
    Browse the repository at this point in the history
  3. refactor: 음식점 생성 Form과 그에 관련된 이벤트들을 컴포넌트로 분리

    생성자들의 조합으로 앱을 구현할 수 있을거라 생각했지만 그러지 못했다. 전역에서 상태를 관리한다면 가능할 것 같다는 생각이 든다
    jw-r committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f3fb776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c57ad3a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    6384043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5826133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfef8e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4195918 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    870be1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d41d3d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a73b535 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8bf356 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    91795c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c29120c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    88fb539 View commit details
    Browse the repository at this point in the history
  2. feat: 음식점 컴포넌트의 별을 클릭했을 때, 해당 음

    식점의 id를 사용해 전체 음식점이 담긴 배열을 업데이트하는 기능 구현
    jw-r committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fbd3e85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    312742c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1027109 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ee0df2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83ee444 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c631cbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0f3d51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    348c3d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72727ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d4e1f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6661da2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b9818a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    462599c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0cc49b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    ce500b1 View commit details
    Browse the repository at this point in the history
  2. test: E2E 테스트 set up

    jw-r committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1d71653 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. refactor(onClickNavTab): navElements를 가져올 때, 선택자가 아닌 클래스 선택자를 사용해서 가져…

    …오도록 변경
    
    DOM 구조가 변경됐을 때, 해당 코드도 변경이 필요하기 변경이 적은 클래스 선택자를 사용
    jw-r committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8d633ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8566b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d33d40 View commit details
    Browse the repository at this point in the history
  4. refactor(App): setState가 실행되면 변경된 state 의 속성에 따라 로직을 수행하도록 변경

    인자로 받은 obj를 key값 배열로 변환하여 첫번째 값을 이용해주기 보다, this.state.navTab === '자주 가는 음식점' 과 같이 신뢰할을 사용하도록 수정
    jw-r committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    40a6e7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2439ace View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bc8f56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02cc1ae View commit details
    Browse the repository at this point in the history
  8. refactor(RestaurantFilterContainer): App의 하위 클래스에 직접적으로 setState를 수정할…

    … 권한을 줘서 이벤트 콜백 함수를 구현하지 않고, App으로부터 이벤트에 대한 콜백 함수를 넘겨받도록 변경
    jw-r committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fc7a43d View commit details
    Browse the repository at this point in the history