Skip to content

Feat : 파티 생성시 이미지 없을 경우 디폴트 이미지 반환하도록 수정 - #101

Merged
milowon merged 69 commits into
mainfrom
develop
Jan 10, 2026
Merged

Feat : 파티 생성시 이미지 없을 경우 디폴트 이미지 반환하도록 수정 #101
milowon merged 69 commits into
mainfrom
develop

Conversation

@milowon

@milowon milowon commented Jan 10, 2026

Copy link
Copy Markdown
Contributor

📝 상세 내용

  • 파티 생성시 이미지 없을 경우 디폴트 이미지 반환하도록 수정

yyytir777 and others added 30 commits December 8, 2025 10:50
* feat : google login 구현 완료 (ios 구현 중)
* feat : google login 구현 완료
* fix : user hard delete
* feat : apple 로그인 구현 및 ddl-auto -> update 변경
* 약관 엔티티 생성 및 연관관계 설정

* 회원가입에 약관 저장 로직 추가

* 서버에서 idToken을 받아올 수 없으므로 단순히 이메일로 accessToken을 받아오는 test API 추가
* feat : 파티 엔티티 정의

* feat : 파티 dto

* feat : party dto 정의

* feat : party entity 정의

* feat : 파티 생성,수정,삭제, 조회

partycontroller
partyservice
partyrepository

* feat : 거리 계산 클래스

* refactor : 불필요한 코드 삭제

* refactor : token provider로 유저 아이디 추출하도록 변경

* Fix: 파티 기능 버그 수정

* docs : 파티 swagger 문서 추가
milowon and others added 26 commits January 3, 2026 09:46
* feat : 파티 검색 추가
* feature & fix : 유저 최근 검색어 API 구현
* feat : stomp import 및 인증 설정 진행

* feat : 웹소켓 subscribe, unsubscribe, disconnect 시 유저의 실시간 채팅방 접속 정보 수정

* feat : chatMessage 엔티티 추가

* feat : 채팅 전송, 채팅이력 조회 API 생성

* fix : 채팅 기능 고도화

* fix : minor change

* fix : 웹소켓에서 오류 발생 시 에러 메시지 사용자에게 보냄

* fix : 참여 요청 거절 수정
* feat : 유저 프로필 이미지 수정, 삭제

* fix : 유저 프로필 수정, 삭제
* feat : 거리 계산 쿼리 PartySearchRepository로 분리 (거리순, 페이징, 검색)

* feat : 거리 계산 API 구현
Co-authored-by: marshmallowing <yuin1111801@naver.com>
@milowon milowon self-assigned this Jan 10, 2026
@milowon milowon added the enhancement New feature or request label Jan 10, 2026
@coderabbitai

coderabbitai Bot commented Jan 10, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@milowon has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 59 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between faa2b6f and f02e7eb.

📒 Files selected for processing (8)
  • src/main/java/ita/tinybite/domain/notification/service/PartyNotificationService.java
  • src/main/java/ita/tinybite/domain/notification/service/facade/NotificationFacade.java
  • src/main/java/ita/tinybite/domain/party/repository/PartyParticipantRepository.java
  • src/main/java/ita/tinybite/domain/party/service/PartyService.java
  • src/main/java/ita/tinybite/domain/user/controller/UserController.java
  • src/main/java/ita/tinybite/domain/user/service/UserService.java
  • src/main/java/ita/tinybite/global/exception/errorcode/PartyErrorCode.java
  • src/main/resources/application.yaml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@milowon
milowon merged commit aeb6b9f into main Jan 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants