-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BE] 가능 시간 추가 API 구현 #20
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seokmyungham
requested review from
ehBeak,
ikjo39,
hw0603 and
seunghye218
as code owners
July 16, 2024 02:19
hw0603
requested changes
Jul 16, 2024
backend/src/main/java/com/woowacourse/momo/service/schedule/ScheduleService.java
Show resolved
Hide resolved
ikjo39
reviewed
Jul 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정할 리뷰사항이 몇가지 있어 요청 드립니다!
backend/src/main/java/com/woowacourse/momo/controller/schedule/ScheduleController.java
Outdated
Show resolved
Hide resolved
backend/src/main/java/com/woowacourse/momo/service/schedule/ScheduleService.java
Outdated
Show resolved
Hide resolved
hw0603
approved these changes
Jul 16, 2024
seunghye218
approved these changes
Jul 16, 2024
ehBeak
approved these changes
Jul 16, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ikjo39
approved these changes
Jul 16, 2024
hw0603
referenced
this pull request
in hw0603/momo-cicd-playground
Jul 19, 2024
* feat(Guest): 문자열 Name 원시값 포장 객체 생성 * feat(ScheduleService): 가능 시간을 저장하는 기능 메서드 추가 * feat(ScheduleController): 가능 시간을 저장하는 매핑 핸들러 추가 * fix(ScheduleService): 해당 약속에 대해 이미 선택했던 시간들을 삭제하도록 코드 수정 * refactor: AllArgsConstructor 를 RequiredArgsConstructor 어노테이션으로 변경 * refactor(GuestName): 기본 생성자 접근 제어자를 protected로 변경
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 내용
특이 사항
리뷰 요구사항 (선택)