Conversation
Member
msk226
commented
Mar 28, 2026
- 최신 버전 반영
- study 하위 패키지로 이동 - 다른 패키지와 구분을 위해 이동
[Feature] 스터디 일정 관리 기능 구현
- common/view 모듈 생성 (ViewableType, ViewAbuseGuard, ViewCounter) - POST, STUDY, STUDY_BOARD 타입 지원 - Redis 구현체 공통화 (RedisViewAbuseGuard, RedisViewCounter) - Post 모듈 새 인터페이스 적용
- infra/view-redis 모듈 생성 - RedisViewAbuseGuard, RedisViewCounter를 post 모듈에서 이동 - post 모듈이 infra:view-redis 의존하도록 변경 - study 모듈에서도 재사용 가능하도록 구조 개선
- infra/view-redis 모듈 생성 - RedisViewAbuseGuard, RedisViewCounter를 post 모듈에서 이동 - post 모듈이 infra:view-redis 의존하도록 변경 - study 모듈에서도 재사용 가능하도록 구조 개선
[Refactor] 조회수 중복 방지 및 쓰기 지연 패턴 추상화
[Feature] 스터디 내부 게시판 Command 기능 구현
[Feature] 스터디 삭제 기능 구현
[Feature] 회고록 조회 시, 생성 일자 함께 응답
[Feature] 이미 탈퇴한 스터디에 재가입 뒤 탈퇴하는 경우도 체크
- 참여 중이거나 오너인 경우만 조회
[Feature] 스터디 탈퇴 시 대상 회원 조회 로직 수정
- 알림 조회 - 일정 조회 시 작성자 유무 반영
[Feature] 요구사항 반영
[Feature] 소셜 로그인 성공 시 회원 식별자 응답
[Feature] 알림 관련 요구사항 반영
- 회고록 내 이미지는 최대 3개
[Feature] 회고록 관련 요구사항 반영
[Feature] 스터디 일정 충돌 처리 로직 추가
- 일정 진행 중(isOngoing) 대신 출석체크 활성 상태(isAttendanceActive)를 반환하도록 수정 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or 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
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.