-
Notifications
You must be signed in to change notification settings - Fork 0
[7팀] 백엔드 코드리뷰용 PR #52
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
Open
zyovn
wants to merge
475
commits into
review
Choose a base branch
from
develop
base: review
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
fix: photo status 관련 로직 수정
feat: 사진 조회 로직 구현
feat: UT를 위한 로직 임시 수정
Added detailed sections for API documentation, ERD, system architecture, technology stack, CI/CD, and monitoring.
feat: 서비스 운영 핵심 지표 수집을 위한 비즈니스 로그 추가
fix: 사진 1시간 다운로드 여부 오류
docs: Expand README with API and architecture details
test: 사진 조회 관련 테스트 코드 작성
docs: README 수정
docs: README 수정
docs: 앨범 내 사진 목록 조회 swagger 수정
feat: 사진 생성 제한 및 최대 사진 수 수정
[CEEZ-33] 앨범 생성 API DTO 수정
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.
[7팀] 치이이즈 백엔드 코드리뷰
✨ 리뷰를 요청드리는 주요 부분
가장 고민되는 지점을 아래 형식으로 정리했습니다.
src/main/java/com/cheeeese/album/application/AlbumService.java: 현재AlbumService내에서 앨범 관련 비즈니스 로직이 한 클래스에 모여 있어서 구조적으로 좀 복잡하다는 생각이 들었습니다. 혹시 현업에서는 이런 경우 비즈니스 로직을 어떤 기준으로 분리하거나 클래스 단위로 쪼개는지 궁금합니다.src/main/java/com/cheeeese/photo/application/PhotoQueryService.java:PhotoQueryService에서 최대 64명의 사용자가 최대 2000장의 사진을 조회할 수 있는 상황이라 Redis 캐싱을 활용해 조회 기능을 구현한 상태입니다. 이런 방식이 구조적으로 적절한지 그리고 Redis 메모리 사용 측면에서 문제 소지가 없는지 한번 점검받고 싶습니다.💬 7팀이 고민하고 있는 부분
💌 요청드리는 리뷰 방향
바쁘신 와중에 시간 내어 리뷰해주셔서 감사합니다.
편하게 피드백 부탁드립니다! 🥹