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

Feature/55 - 브랜치 뷰 조회 관련 기능 #56

Merged
merged 2 commits into from
Mar 2, 2024
Merged

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented Mar 2, 2024

🚀 개요

트리하우스 내에서 브랜치 뷰를 불러오는 API 구현

🔍 변경사항

  • 트리하우스 내 특정 멤버와 나 사이의 브랜치 뷰를 불러오는 데 필요한 데이터 값을 가져올 수 있다
  • 트리하우스 속 멤버들의 전체 관계를 확인할 브랜치 뷰를 불러오는 데 필요한 데이터 값을 가져올 수 있다

⏳ 작업 내용

  • GET /trees/{treeId}/branchView?memberId={memberId}
  • GET /trees/{treeId}/branchView

📝 논의사항

@koojun99 koojun99 added the ✨ feature New feature or request label Mar 2, 2024
@koojun99 koojun99 self-assigned this Mar 2, 2024
@koojun99 koojun99 linked an issue Mar 2, 2024 that may be closed by this pull request
2 tasks
@koojun99 koojun99 merged commit 550bb59 into develop Mar 2, 2024
@koojun99 koojun99 deleted the feature/55 branch March 2, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature]: 브랜치 뷰 조회 관련 기능
1 participant