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

커밋 유실기록 복구 #85

Merged
merged 34 commits into from
Jun 11, 2024
Merged

커밋 유실기록 복구 #85

merged 34 commits into from
Jun 11, 2024

Commits on May 1, 2024

  1. feat : MessageController

    - 메시지를 그룹별로 보낼 수 있는 메세지 컨트롤러를 만들었습니다.
    jyj1289 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    86dac3b View commit details
    Browse the repository at this point in the history
  2. feat(#75):send message by group service

    - 메시지를 그룹별로 보낼 수 있는 메세시를 보낼 수 있는 서비스를 만들었습니다.
    jyj1289 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9d04ef8 View commit details
    Browse the repository at this point in the history
  3. docs:add cors url

    - cors에 마루 버셀 url을 추가했습니다.
    jyj1289 committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9b737c7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. feat(#75):MessageControllerTest

    - MessageControllerTest를 만들었어요.
    jyj1289 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    71538fa View commit details
    Browse the repository at this point in the history
  2. docs(#75):MessageController asciidocs

    - MessageController에 대한 아스키 독스를 만들었어요
    jyj1289 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    92012f5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix(#75) : remove verify()

    - 횟수 검증을 할 필요가 없어서 verify() 호출 코드를 제거했어요
    jyj1289 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f738bac View commit details
    Browse the repository at this point in the history
  2. refactor(#75) : 주석 제거

    - 불필요한 주석을 제거했어요
    jyj1289 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2e785fe View commit details
    Browse the repository at this point in the history
  3. refactor(#75) : 중복 코드 제거

    - 불필요한 중복 코드를 제거했어요
    jyj1289 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8bc31ad View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. refactor(#75) : 자동 정렬

    - 코드를 정렬했어요
    jyj1289 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    64a20e1 View commit details
    Browse the repository at this point in the history
  2. feat(#75) : SendMessageUseCase

    - SendMessageUseCase를 만들었어요
    jyj1289 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    30cfb0e View commit details
    Browse the repository at this point in the history
  3. refact(#75) : MessageUseCase 사용

    - execute에서 phoneNumberList를 생성하던 것을 UseCase로 이전했어요.
    - 기존 for문을 stream으로 변환했어요.
    jyj1289 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b67cec0 View commit details
    Browse the repository at this point in the history
  4. refact(#75) : MessageUseCase 사용

    - SendMessageService를 사용하던 코드들을 SendMessageUseCase를 사용하도록 변환했어요.
    jyj1289 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    de4965e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. refactor(#75) : stream 컨벤션 사용

    - stream 컨벤션을 사용했어요.
    jyj1289 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5ea895a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. refactor(#75) : sendMessage 메서드 이름 변경 및 엔드포인트 변경

    - 원서 상태별로 메시지 보내기와 원서 타입별로 메시지 보내기 기능을 분리하기 위해 이름과 엔드포인트를 변경했어요.
    jyj1289 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5ed2f44 View commit details
    Browse the repository at this point in the history
  2. test(#75) : 엔드포인트 변경 및 BDDMockito 메서드로 변경

    - BDD관점으로 보기 위해서 BDDMockito메서드로 변경했어요.
    - UseCaseTest에서 status별로 테스트하기 위해서 컨트롤러 테스트를 수정했어요.
    jyj1289 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    411cad3 View commit details
    Browse the repository at this point in the history
  3. test(#75) : status별 단위 테스트 작성

    - SendMessageUseCaseTest를 만들었어요.
    jyj1289 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fddf9a3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    d8b3e46 View commit details
    Browse the repository at this point in the history
  2. feat(#81) : 불필요한 코드 개선

    - SendMessageService에서 formRepository를 사용하지 않아서 제거했어요.
    jyj1289 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e57d2a9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat(#81) : 메서드 추가

    - 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 추가했어요
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    53e18ec View commit details
    Browse the repository at this point in the history
  2. feat(#81) : formRepository 메서드 구현

    - 마이스터전형과, 마이스터전형을 제외한 모든 전형을 조회하기 위해서 findMeisterTalentFirstRoundForm()과 findNotExistsMeisterTalentFirstRoundForm() 메서드를 구현했어요.
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    626a4ee View commit details
    Browse the repository at this point in the history
  3. feat(#81) : 전형별 메세지 메서드 추가

    - 전형별로 메시지를 보내기 위해서 컨트롤러에 메서드를 추가했어요.
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1eb26e2 View commit details
    Browse the repository at this point in the history
  4. refactor(#81) : DTO 이름 변경

    - SendMessageByStatusRequest로 이름을 변경했어요
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d6e12fd View commit details
    Browse the repository at this point in the history
  5. feat(#81) : execute 메서드 추가 및 개선

    - 전형별 메시지 보내기 메서드를 만들었어요.
    - 비즈니스 로직을 private 메서드로 바꾸었어요.
    - 겹치는 로직을 하나의 메서드로 개선했어요
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    13a9a70 View commit details
    Browse the repository at this point in the history
  6. docs : message.adoc 변경

    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    7126186 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5beb8ba View commit details
    Browse the repository at this point in the history
  8. feat(#81) : SendMessageByTypeRequest 추가

    - SendMessageByTypeRequest DTO를 추가했어요.
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    68b8f9a View commit details
    Browse the repository at this point in the history
  9. fix(#81) : SendMessageRequest 이름 변경

    - SendMessageRequest를 SendMessageByStatusRequest로 변경했어요
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    135cf36 View commit details
    Browse the repository at this point in the history
  10. refactor(#81) : import 제거

    - 불필요한 import를 제거했어요.
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    79cec34 View commit details
    Browse the repository at this point in the history
  11. fix(#81) : 로직 수정

    - 마이스터 전형에서 일반전형으로 바뀐 원서는 getType()을 사용했을 때만 REGULAR로 나오고 실제 디비에는 MEISTER_TALENT로 들어가서 그룹별 메시지를 보낼 때 번거로움이 있어서 원서 전형 자체를 REGULAR로 바꾸기로 결정했어요.
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2c1470f View commit details
    Browse the repository at this point in the history
  12. fix(#81) : boolean 타입 변경

    - 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
    jyj1289 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    48f997e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. docs(#81) : message.adoc

    - 요청할 때 인식이 되지 않아서 boolean 타입에서 Boolean 타입으로 바꾸었어요
    jyj1289 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1fe3954 View commit details
    Browse the repository at this point in the history
  2. feat(#81) : messageControllerTest 추가

    - /message/type 테스트를 추가했어요.
    jyj1289 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7d8f19e View commit details
    Browse the repository at this point in the history
  3. fix(#81) : 테스트 코드 삭제

    - 테스트를 위한 println코드를 삭제했어요
    jyj1289 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    dc71040 View commit details
    Browse the repository at this point in the history
  4. feat(#81) : 전형별 메시지 보내기 테스트 코드 작성

    - 전형별 메시지 보내기 테스트 코드를 작성했어요.
    jyj1289 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ce3304e View commit details
    Browse the repository at this point in the history