Skip to content
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

[OING-375] feat: 음성 댓글 관련 API 목을 추가해요 #275

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

CChuYong
Copy link
Member

@CChuYong CChuYong commented Nov 30, 2024

❓ 기능 추가 배경


음성 댓글 관련 API 목을 추가했어요.

➕ 추가/변경된 기능


  • 음성 댓글 추가, 삭제, 조회 API 목 추가

🥺 리뷰어에게 하고싶은 말


오랜만에 쓰네요 ㅎㅎㅎ

🔗 참조 or 관련된 이슈


https://no5ing.atlassian.net/browse/OING-375

@CChuYong CChuYong added the ✨ FEATURE 기능 추가 label Nov 30, 2024
@CChuYong CChuYong self-assigned this Nov 30, 2024
Copy link

sonarcloud bot commented Nov 30, 2024

Copy link

Test Results

114 tests   106 ✅  10s ⏱️
 36 suites    0 💤
 36 files      8 ❌

For more details on these failures, see this check.

Results for commit 50bd26e.

}

@Override
public PaginationResponse<PostVoiceCommentResponse> getPostComments(String postId, Integer page, Integer size,
Copy link
Collaborator

Choose a reason for hiding this comment

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

음성 댓글 만을 위한 Mock data가 필요해서 별도의 댓글 조회 api가 필요하다고는 생각하는데, response dto가 음성 댓글 용인 것으로 봐서 일반 댓글과 음성 댓글을 애초에 분리해서 조회하는 API 로 설계된걸로 보여요.

@Ji-soo708 와 음성 댓글 구현에 관해서 짧게 이야기 나눴을 때는 댓글에 TYPE이라는 플래그 값을 둬서 구분하는 방법을 논의 했었는데, 이 방법을 안쓰고 분리해서 구현하는 방법으로 진행한 이유가 무엇일까요?

Copy link
Member

Choose a reason for hiding this comment

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

@Kwon770 그때 당시에는 제가 요구사항을 깊게 고려하지 않았던 상태라 타입을 둬서 구분하자는 방식으로 논의했었는데 일반 댓글과 음성 댓글을 분리해서 구현하는 게 맞다고 생각합니다. 일반 댓글은 content를 가지고 음성 댓글은 content 없이 presignedurl(audioUrl)을 가지는데 Comment 엔티티 하나로 처리하는 것보다 음성 댓글용 엔티티 하나를 더 두어서 처리하는 게 책임과 역할이 더 명확하다고 생각해요. 혹시 이런 의도로 모킹한게 맞을까요? @CChuYong

Copy link
Member

Choose a reason for hiding this comment

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

@CChuYong 다만 지금 구현 방식에서는 comment 조회와 voice-comment 조회가 각각 이루어질텐데 이 둘은 프론트 단에서 두 조회용 API 응답을 합쳐서 id를 정렬해서 화면에 보여주는 방식으로 구현이 가능한가요?

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.

3 participants