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

Fix/#232 프로필에 동일한 활동을 중복해서 등록할 수 있는 버그 #250

Commits on Aug 7, 2023

  1. test: 테스트 코드 작성

    amaran-th committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    74f13a5 View commit details
    Browse the repository at this point in the history
  2. fix: 프로필에 동일한 활동을 중복해서 등록할 수 없도록 구현

    - 온보딩을 완료한 사용자가 온보딩을 할 경우 예외 처리
    - 활동 id 중 이미 존재하는 활동의 id가 포함되어 있을 경우 예외 반환
    - 활동 id 목록에 중복 id가 포함되어 있을 경우 예외 반환
    
    #232
    amaran-th committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d02814e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: 테스트 실패 코드 fix

    - 사용자 정보가 변경됨에 따라 깨진 테스트 코드를 일부 수정하였음.
    
    #232
    amaran-th committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ad76664 View commit details
    Browse the repository at this point in the history
  2. refactor: 커스텀 예외 문구 수정

    amaran-th committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a284a46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14a321f View commit details
    Browse the repository at this point in the history