Skip to content

Commit

Permalink
Dev (#252)
Browse files Browse the repository at this point in the history
* Perf/single chatroom: 베타테스트를 위한 채팅 DTO 수정 (#240)

* perf/singleChatroom-1: 채팅 조회 총정리, 채팅방 조회 DTO 수정

- SINGLE, AUTH : 본인이 속한 일대일 채팅방 조회

- GROUP, AUTH : 본인이 속한 그룹 채팅방 조회

- AUTH : 본인이 방장인 그룹 채팅방 조회

- 채팅방 DTO 재활용을 위한 인터페이스 화 진행

- 싱글 채팅방 조회 메서드 새로 생성
- 채팅방 조회 DTO에서 채팅들 삭제

* perf/singleChatroom-2: JPA 간단화 및 채팅 RedisDTO에 민감한 정보 제외

* perf/singleChatroom-3: chore 및 누락 Liquibase 되살리기

* perf/singleChatroom-4: Spotlessapply 적용

* perf/singleChatroom-5: @JsonIgnoreProperty 적용해 Override해서 불러오지 말아야 할 값 안 가져옴

* perf/singleChatroom-7: 중복해서 들어간 @JsonIgnoreProperty 삭제

* perf/singleChatroom-8: 중복해서 들어간 Liquibase 코드 삭제

* perf/singleChatroom-9: 채팅 응답 DTO에서 누락된 채팅 ID 표시

* perf/exceptMemberDto-1: 수정 회원 응답 DTO 적용 (MemberService 제외) (#241)

* perf/exceptMemberDto-1: 수정 회원 응답 DTO 적용 (MemberService 제외)

* perf/exceptMemberDto-2: 1차 서비스 코드 정리

* hotfix/bookmarkAndtime-1: Created 기준 시간 -> 한국 시간으로 변경 & 북마크 공개/비공개 게시글 상관없이 가능하도록 수정 (#243)

* fix/comment-toMe-notification-1: 자신이 작성한 게시글에는 댓글 작성 알림 오지 않도록 (이전 회의 사항 미 반영본) (#244)

* hotfix/chatroom-getChatError-1: 채팅방 조회시 작성자와 다름 문제 해결 (#245)

* fix/comment-toMe-notification-1: 자신이 작성한 게시글에는 댓글 작성 알림 오지 않도록 (이전 회의 사항 미 반영본)

* hotfix/chatroom-getChatError-1: 채팅방 조회시 작성자와 다름 문제 해결

* hotfix/file-presignurl-1: 누락된 presignurl 수정 코드 추가 (#251)
  • Loading branch information
KooSuYeon authored Sep 26, 2024
1 parent 2153d12 commit e37df5a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit e37df5a

Please sign in to comment.