Skip to content

FEAT: 통화 전사 DB 저장 및 통화 기록,전문 조회 API 구현#62

Merged
oofrog merged 7 commits into
developfrom
feat/#58
Jul 25, 2026
Merged

FEAT: 통화 전사 DB 저장 및 통화 기록,전문 조회 API 구현#62
oofrog merged 7 commits into
developfrom
feat/#58

Conversation

@oofrog

@oofrog oofrog commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • 통화 전사(transcript)를 DB에 저장하고, 통화 기록을 조회하는 API들을 구현했다.
  • 통화 목록 / 전문(script) / 상세 조회 3종 + 통화 시작 시 채팅 맥락 이어받기.

Related Issue

Describe your code

  • 작업 내용 (What I Did) : 구현한 기능의 요약 설명 작성
    통화 전사 DB 저장
    통화 전문 조회 GET /calls/{callId}/script
    통화 기록 조회 GET /calls
    통화 기록 상세 GET /calls/{callId}
    채팅 맥락 시딩 : 통화 시작시 최근 채팅 20개 history로 시딩

  • 스크린샷/결과 (Optional) : API 테스트 결과 첨부

  • 논의사항/질문 (To Reviewers) : 리뷰어들이 집중해서 봐주었으면 하는 부분 기술
    아직 aiSummary와 auditoUrl은 값 생성 로직 없음. 추후에 개발 예정

Checklist

  • 리뷰어 등록

@oofrog oofrog self-assigned this Jul 24, 2026
@oofrog oofrog linked an issue Jul 24, 2026 that may be closed by this pull request
4 tasks
@oofrog oofrog added the FEAT 기능 구현 label Jul 24, 2026
@coderabbitai

This comment was marked as low quality.

@github-actions

Copy link
Copy Markdown

💡 개선 사항

  • ChatHistoryProviderAdapter의 private 유틸리티 메서드 대신 SenderType enum 내부에 역할 매핑 로직을 직접 캡슐화하십시오.
  • 호출 세부 정보를 검색할 때 지연 로딩 쿼리를 방지하기 위해 loadCompletedOwnedCall에서 RelationshipCharacter에 대해 fetch join을 적용하십시오.
  • 중복된 기록 크기 상수(SEED_HISTORY_SIZE, CONTEXT_HISTORY_SIZE)를 공유 설정 또는 도메인 상수로 이동하십시오.

@oofrog oofrog changed the title FEAT: FEAT: 통화 전사 DB 저장 및 통화 기록,전문 조회 API 구현 Jul 24, 2026

@seokMini-2 seokMini-2 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!! develop pull 받아서 에러 해결하시고 머지하시면 될 것 같아용

@seokMini-2
seokMini-2 self-requested a review July 25, 2026 09:28
@oofrog
oofrog merged commit f5b66ac into develop Jul 25, 2026
2 checks passed
@oofrog
oofrog deleted the feat/#58 branch July 25, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FEAT 기능 구현

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ [FEAT] 통화 전사 DB 저장 및 조회 API 구현

2 participants