Skip to content

Conversation

@djlim2425
Copy link
Contributor

#️⃣연관된 이슈

close #214

📝작업 내용

SpeechSegment AIQuestion 양방향 연관관계를 갖도록 수정
Transcript조회 API 추가

🔎코드 설명(스크린샷(선택))

코드에 대한 설명을 작성해주세요.

💬고민사항 및 리뷰 요구사항 (Optional)

고민사항 및 의견 받고 싶은 부분 있으면 적어두기

비고 (Optional)

참고했던 링크 등 참고 사항을 적어주세요. 코드 리뷰하는 사람이 참고해야 하는 내용을 자유로운 형식으로 적을 수 있습니다.

@djlim2425 djlim2425 requested review from 2ghrms, Jinho622 and hknhj August 14, 2025 08:22
@djlim2425 djlim2425 self-assigned this Aug 14, 2025
@djlim2425 djlim2425 added the ✨ Feature 기능 개발 label Aug 14, 2025
@djlim2425 djlim2425 linked an issue Aug 14, 2025 that may be closed by this pull request
1 task
Copy link
Contributor

@hknhj hknhj left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~ 코멘트 확인 부탁드립니다!

@NoArgsConstructor(access = AccessLevel.PROTECTED)
@AllArgsConstructor(access = AccessLevel.PRIVATE)
public static class Transcript {
private Long segmentId;
Copy link
Contributor

Choose a reason for hiding this comment

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

@JsonSerialize(using = ToStringSerializer.class) 붙여주세요!

@NoArgsConstructor(access = AccessLevel.PROTECTED)
@AllArgsConstructor(access = AccessLevel.PRIVATE)
public static class AIQuestionDTO {
private Long questionId;
Copy link
Contributor

Choose a reason for hiding this comment

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

@JsonSerialize(using = ToStringSerializer.class) 붙여주세요!

Copy link
Contributor

@Jinho622 Jinho622 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

- @JsonSerialize(using = ToStringSerializer.class) 추가
@djlim2425 djlim2425 merged commit a5e706b into dev Aug 14, 2025
1 check passed
@djlim2425 djlim2425 deleted the feat/#214-meeting-get-all-text branch August 14, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: 회의 발화 내용 전체 조회 기능 구현

4 participants