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

⭐️3단계 - 즐겨찾기 기능 구현 #462

Open
wants to merge 16 commits into
base: boradol
Choose a base branch
from

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    b4ae7fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ed9cd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a972ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deecd63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d770a3f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    daae3c5 View commit details
    Browse the repository at this point in the history
  2. refactor(Favorite): 도메인 작성.

    1. member와 연관관계 생각.
    2. source와 target은 Station과 연관관계 생각.
    boradol committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    08ba1c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d03413e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93c9393 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. test(FavoriteAcceptanceTest): 즐겨찾기 인수테스트 작성

    1. 즐겨찾기 추가 test 코드 작성
    2. 즐겨찾기 추가 시 유효하지 않은 토큰에 대한 test 코드 작성
    boradol committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e73a7bd View commit details
    Browse the repository at this point in the history
  2. feat(Favorite): 즐겨찾기 리스트 조회하기 API

    1. 즐겨찾기 리스트 조회하기 API작성
    2. controller ResponseEntity 변경
    boradol committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6bcdad3 View commit details
    Browse the repository at this point in the history
  3. feat(Favorite): 즐겨찾기 리스트 식제하기 API

    1. 즐겨찾기 리스트 조회하기 API작성
    2. controller ResponseEntity 변경
    boradol committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9ffbf49 View commit details
    Browse the repository at this point in the history
  4. test(FavoriteAcceptanceTest): 테스트코드 작성

    1. 즐겨찾기 리스트 조회 인수테스트 작성
    2. 즐겨찾기 삭제 인수테스트 작성
    boradol committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    be18627 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b9ad26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6741d4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cea33b0 View commit details
    Browse the repository at this point in the history