-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#28] 동네 인증 Controller 구현 및 Service 수정 #29
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
src/main/java/com/srltas/runtogether/adapter/in/NeighborhoodVerificationController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/srltas/runtogether/adapter/in/NeighborhoodVerificationController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/srltas/runtogether/application/mappper/LocationMapper.java
Outdated
Show resolved
Hide resolved
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.
main 에 리베이스 한 번 해주세요
- Session에서 user id만 있는 상태로 가정해 Controller 구현 - Controller 응답을 위해 application에 response DTO 생성 - Controller 응답을 위해 application의 Service 수정 - Spring의 의존주입을 받기 위해 @service, @repository 추가
- parameterized를 이용해 성공 케이스만 추가
Srltas
force-pushed
the
feature_issue_28
branch
from
October 5, 2024 00:35
c4691d0
to
4f52305
Compare
리베이스 완료 했습니다! |
Srltas
commented
Oct 5, 2024
src/main/java/com/srltas/runtogether/adapter/in/NeighborhoodVerificationController.java
Show resolved
Hide resolved
- 위도, 경도 최소, 최대값 설정 - neighborhood 정수값만 사용할 수 있도록 설정
Srltas
force-pushed
the
feature_issue_28
branch
from
October 6, 2024 08:24
b913f53
to
ab08b8a
Compare
3 tasks
f-lab-bradley
approved these changes
Oct 6, 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.
사용자 인증 부분 바로 이어서 진행 해 주세요
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.
📌 Summary
NeighborhoodVerificationResponse
를 추가하고, 새로운 동네 인증 Controller를 구현했습니다.📝 Description
@Service
,@Repository
를 붙여 Spring의 의존주입을 받을 수 있도록 수정📚 References
✅ Checklist