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

Feature : update Alarm & ect #9

Merged
merged 4 commits into from
May 5, 2023
Merged

Feature : update Alarm & ect #9

merged 4 commits into from
May 5, 2023

Conversation

05AM
Copy link
Member

@05AM 05AM commented May 4, 2023

패키지 구조를 바꿔서 나중에 충돌이 일어날 경우를 대비해서 미리 pr합니다.
아래 commit의 상세내역 확인을 부탁드립니다.

05AM added 4 commits May 5, 2023 00:49
- alarmRepository, RoutineRepository, MappingAlarmRoutineRepository,
  MissionRepository를 raw JPA에서 Spring Data JPA 인터페이스를
  상속받도록 전환
- 알람 수정 api 구현
- mapper 클래스의 메소드 통일
- GetAlarmRes, PatchAlarmRes 등의 Response DTO를 AlarmRes,
  PostAlarmRequest, PatchAlarmRequest 등의 Requeset DTO를 AlarmReq로
  통일
- BaseResponseStatus -> ResponseStatus 이름 변경
- BaseException, GlobalExceptionHandler 위치를 common/exception으로 변경
- BaseResponse의 위치를 common/dto로 변경
- 각 도메인에 dto/response, dto/request 디렉토리 생성 후 dto 위치 이전
- 알람 수정 api 구현
- mapper 메소드 통일
- repository를 raw jpa에서 spring data jpa로 전환
- 각 도메인에 dto/response, dto/request 디렉토리 추가
- 각 도메인의 dto 통일
- BaseException, GloberExceptionHandler -> common/exception으로 이전
- BaseResponseStatus -> ResponseStatus으로 이름 변경
- BaseResponse를 common/dto에 이전
@05AM 05AM requested a review from hye-on May 4, 2023 16:23
@05AM 05AM added enhancement REFACTOR refactored code CHORE 허드렛일 labels May 4, 2023
@hye-on hye-on merged commit 7f320ac into main May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHORE 허드렛일 REFACTOR refactored code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants