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

feat: 활동 그룹 관련 API 응답 내용 수정 완료 #470

Merged
merged 5 commits into from
Aug 17, 2024

Conversation

mingmingmon
Copy link
Collaborator

Summary

#467

프론트 @Jeong-Ag님이 활동 그룹 부분의 API 연동 작업을 하시면서 응답으로 반환되는 값 또는 DTO의 수정을 원하셨습니다. 관련된 내용을 작업한 PR 입니다.

Tasks

  • 활동 그룹 게시판 생성, 삭제, 수정 API의 반환값을 id, groupId, parentId로 수정
  • 신청 멤버 상태 변경 API의 반환값을 groupId로 수정
  • 활동 상태 변경 API의 반환값을 groupId, status로 수정. 이때 groupId 값은 id 변수명으로 매핑

Screenshot

활동 상태 변경 시 반환값으로 groupId, status 전달
image

활동 그룹 게시판 생성 시 id, groupId, parentId 전달
image

활동 그룹 게시판 수정 시 id, groupId, parentId 전달
image

활동 그룹 게시판 삭제 시 id, groupId, parentId 전달
image

신청 멤버 상태 변경 시 groupId 전달
image

@mingmingmon mingmingmon added the 🔨 Refactor 코드 수정 및 개선 label Aug 16, 2024
@mingmingmon mingmingmon self-assigned this Aug 16, 2024
@mingmingmon mingmingmon requested a review from limehee as a code owner August 16, 2024 14:30
@gwansikk gwansikk changed the title 활동 그룹 관련 API 응답 내용 수정 완료 feat: 활동 그룹 관련 API 응답 내용 수정 완료 Aug 17, 2024
@limehee limehee linked an issue Aug 17, 2024 that may be closed by this pull request
3 tasks
@limehee limehee merged commit c2bcc0b into develop Aug 17, 2024
3 checks passed
@limehee limehee deleted the refactor/#467 branch August 17, 2024 10:12
@limehee limehee mentioned this pull request Aug 18, 2024
@limehee limehee mentioned this pull request Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

활동 그룹 관련 API의 응답 내용 수정
4 participants