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

AdminCommentController에서 공통 Response를 반환하도록 변경한다. #475

Open
7 tasks
gusah009 opened this issue Jan 9, 2023 · 0 comments
Open
7 tasks
Labels
🤝 FE needs 해당 이슈를 해결하기 위해 프론트엔드 팀과 협업해야 함 👀 good first issue Good for newcomers

Comments

@gusah009
Copy link
Member

gusah009 commented Jan 9, 2023

이슈 내용

AdminCommentControllerdeleteComment() 메서드가 ResponseEntity를 반환하고 있습니다.

하지만 저희 프로젝트에선 ListResult, SingleResult, CommonResult 등 공통 Response를 반환해 FE가 처리하기 쉽게 해주고 있습니다.

다른 응답값을 반환해 FE를 혼란스럽게 하는 코드들을 수정해 봅시다.

❗️API 스펙이 바뀌는 것이기 때문에 수정 후 FE에 꼭 알려야 합니다.

이슈 수행 사항

  • AdminCommentControllerdeleteComment() 반환값을 공통 Response로 변경
  • CommentControllercreateComment() 반환값을 공통 Response로 변경
  • CommentControllershowCommentByPostId() 반환값을 공통 Response로 변경
  • CommentControllerdeleteComment() 반환값을 공통 Response로 변경
  • CommentControllerupdateComment() 반환값을 공통 Response로 변경
  • CommentControllerupdateLike() 반환값을 공통 Response로 변경
  • CommentControllerupdateDislike() 반환값을 공통 Response로 변경
@gusah009 gusah009 added 👀 good first issue Good for newcomers 🤝 FE needs 해당 이슈를 해결하기 위해 프론트엔드 팀과 협업해야 함 labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤝 FE needs 해당 이슈를 해결하기 위해 프론트엔드 팀과 협업해야 함 👀 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant