feat(stats): 통계 WAU/MAU 추이 차트 적용 및 일간 리포트 이미지 키 검증 강화#163
Merged
Conversation
Collaborator
|
LGTM! |
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.
📝 요약(Summary)
주간/월간 통계 페이지에 WAU/MAU를 추이 차트로 추가했습니다.
변경 사항
WAU/MAU 집계 로직을 주/월 단위 distinct 유저 기준으로 추가
COMPLETED상태의 일간 리포트를 작성한 유저 수COUNT(DISTINCT dr.answerEntry.user.id)주간/월간 템플릿에 WAU/MAU 라인 차트 추가
일간 리포트 생성 요청에서 이미지 관련 검증 로직을 보완
objectKey가 전달된 경우webpKey를 필수로 요구하도록 검증 조건을 추가했습니다.objectKey는 있는데webpKey가 비어 있으면BadRequestException(IMAGE_WEBP_KEY_REQUIRED)를 반환합니다.webpKey검증은objectKey가 존재할 때만 수행되도록 정리했습니다.🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.