Conversation
* feat: answer_entries 테이블에 image_key 컬럼 추가 AnswerEntry 엔티티에 imageKey 필드 추가 * feat: 기존 AnswerEntry 생성 및 조회 비즈니스 로직에 imageKey 추가 * feat: 답변 이미지 업로드 PresignedURL 생성 api 구현 * feat(report): DailyReportLlmClient 수정 이미지 포함 여부에 따라 프롬프트 및 UserMessage 분기 처리 * feat(report): 일간 리포트 조회 로직 및 응답에 이미지 포함 * feat(user): User 영구 삭제 시 프로필 이미지와 답변 이미지들을 S3에서 삭제하는 로직 추가 UserCleanupScheduler에서 삭제 대상 회원들의 프로필 이미지 키와 답변 이미지 키를 모두 수집하여 S3에서 삭제 * docs(report): 오늘의 리포트 생성 API의 스웨거 문서 수정 이미지 포함 시에 대한 설명 추가 * fix: 코드 리뷰 반영 UserCleanupScheduler에서 삭제 대상 ID가 없으면 조기 종료하도록 처리, DailyReportService의 contentType 검증 중복 코드를 제거하고 switch default 예외 처리로 통합, SecretDailyReportPromptLoader에서 with-image 프롬프트 검증 대상을 rawWithImagePrompt로 수정 등
hotfix(notify): 알림 설정 미생성으로 인한 작성 리마인더 알림 미발송 수정
* feat: user_daily_questions 테이블에 reroll_left 컬럼 및 엔티티 필드 추가 기존 데이터 reroll_left = 0 백필, 신규 데이터 기본값 5, NOT NULL 적용, UserDailyQuestion 엔티티에 rerollLeft 필드 및 초기값 반영 * feat: 오늘의 질문 조회 V2 API 구현 * feat: 오늘의 질문 조회 V2 API 구현 * feat(infra): 개발 환경 Swagger UI 태그 정렬 방식 설정 * fix: reroll_left의 백필 값을 5로 변경
* feat(report): 일간 리포트의 이미지 업로드 로직에 webp 추가 * feat(report): 답변 이미지(webp) 상태 조회 API 구현
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)
#161 까지 반영하여 운영 서버에 배포합니다.
🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.