-
Notifications
You must be signed in to change notification settings - Fork 3
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] feat: 놀이터 참여하기 #637
Merged
Merged
[BE] feat: 놀이터 참여하기 #637
Changes from 7 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
2fc980c
feat: 내 강아지 존재 유무 기능 구현
ehtjsv2 045894b
feat: 놀이터 참여하기 구현
ehtjsv2 31e8e80
feat: 놀이터 참여시, 이미 놀이터 참여중이면 예외 구현
ehtjsv2 c11fd8f
refactor: record 정적팩토리메서드 삭제, 부생성자로 변경
ehtjsv2 055c1af
Merge branch 'feature/be-playground-post' of https://github.com/woowa…
ehtjsv2 6a808ea
test: 개행제거
ehtjsv2 5b7bbe9
test: 겹치는 놀이터 생성 테스트 위도차이 테스트 추가
ehtjsv2 aa5c128
test: 오타수정
ehtjsv2 b2a3e87
refactor: 펫 존재 유무 네이밍 변경
ehtjsv2 4f25a42
refactor: location의 거리계산 메소드 GeoCalculator로 이동
ehtjsv2 37425d8
test: 오타 수정
ehtjsv2 a4cadf2
refactor: 상수명 변경 및
ehtjsv2 5c16474
refactor: 위도 경도 차이 구하는 메서드 plus, minus함수 분리
ehtjsv2 bcb4a2c
test: hasSize 활용
ehtjsv2 2ba707b
fix: validateOverlapPlayground 논리 오류 수정
ehtjsv2 90ed35c
merge: 이전 기능과 merge
ehtjsv2 bde6064
feat: 놀이터 나가기 기능 구현
ehtjsv2 01cf148
feat: 놀이터 나갔을 때, 참여하고 있는 멤버가 없을 경우 놀이터가 삭제되는 기능 구현
ehtjsv2 90608b7
refactor: 놀이터 참여 response 데이터 변경
ehtjsv2 e63edc3
feat: 놀이터 요약 API 구현
ehtjsv2 4299649
refactor: 놀이터 요약 pet image 5개만 가져오도록 구현
ehtjsv2 a50e432
refactor: 겹치는 놀이터 생성 시 커스텀 예외코드 적용
ehtjsv2 3d021ad
feat: 놀이터 요약 API 도착한 강아지 우선으로 이미지 조회 구현
ehtjsv2 c9bf99f
test: 놀이터 요약 API 펫이미지 두번째 우선순위 참여한 펫 구현
ehtjsv2 249b4cc
refactor: 정렬하는 코드 repository계층으로 이동
ehtjsv2 463a2c0
refactor: 놀이터 전체조회 api N+1문제 해결
ehtjsv2 fe3aa24
refactor: PlaygroundMember EqualsAndHashCode 재정의
ehtjsv2 1f9ab71
refactor: PlaygroundMember EqualsAndHashCode제거
ehtjsv2 708c111
merge: 충돌해결
ehtjsv2 70b2196
refactor: 사용하지 않는 메서드 삭제
ehtjsv2 4d15892
feat: 도착 여부 수정 api 구현
ehtjsv2 4ab0cc7
test: 도착 여부 수정 api docs작성
ehtjsv2 9be8b42
feat: 상태메세지 변경 mock api생성
ehtjsv2 83b2101
feat: 상태메세지 변경 api 구현
ehtjsv2 9ea15ca
feat: member 상태메세지 nullable false로 변경
ehtjsv2 5f11f8a
refactor: 이미 놀이터 참여했을 경우 에러코드 설정
ehtjsv2 90b70c5
refactor: 참여중인 놀이터 없을 때, 예외코드 적용
ehtjsv2 a794b59
feat: 놀이터 범위 밖으로 나가면, 나간시간 기록 구현
ehtjsv2 395a76d
fix: messgae수정 api message null오는 버그 수정
ehtjsv2 66420f4
feat: 놀이터 상세정보 정렬 적용
ehtjsv2 773b5c6
refactor: 정적 팩토리 메서드 -> 부생성자
ehtjsv2 604df8c
refactor: 필요없는 상수 제거
ehtjsv2 109929d
refactor: 놀이터 반경 150으로 변경
ehtjsv2 6419a9b
test: 터지는 테스트 수정
ehtjsv2 eb3b167
refactor: 오타수정
ehtjsv2 53ceac5
test: isEmpty로 변경
ehtjsv2 bdbb5a0
test: test 숫자 조절
ehtjsv2 dcaa255
test: 오타수정
ehtjsv2 c4af4fd
test: docs 더미 명확한 이름으로 변경
ehtjsv2 e23735b
refactor: 상수명 변경
ehtjsv2 b24c0fb
refactor: 상태메세지 변경 request 검증추가
ehtjsv2 6408617
fix: 이미 자르는 로직 버그 수정
ehtjsv2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
...ava/com/happy/friendogly/playground/dto/request/UpdatePlaygroundMemberMessageRequest.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
package com.happy.friendogly.playground.dto.request; | ||
|
||
import jakarta.validation.constraints.NotBlank; | ||
|
||
public record UpdatePlaygroundMemberMessageRequest( | ||
String message //todo: 검증추가 | ||
|
||
@NotBlank(message = "상태메세지는 빈 문자열이나 null을 입력할 수 없습니다.") | ||
String message | ||
) { | ||
|
||
} |
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
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
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
Oops, something went wrong.
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.
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.
오타 수정 굿