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/64-트리하우스 목록 조회 및 변경 API 조회 #67

Merged
merged 3 commits into from
Mar 7, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented Mar 6, 2024

🚀 개요

현재 사용자가 속해 있는 트리하우스들의 목록을 조회하고 선택하여 입장하는 API 구현

🔍 변경사항

  • 트리하우스에 신규 가입을 한 경우, 이미 가입된 트리하우스가 있는 지 조사하는 절차 추가
  • 이미 가입된 트리하우스가 있는 경우, 트리하우스 가입과 동시에 Profile을 '활성화' 하여 현재 선택한 트리하우스로 지정
  • 트리하우스들의 목록을 조회할 때, 현재 선택한 트리하우스가 무엇인지 반환 (isSelected)
  • 트리하우스를 선택하여 입장할 때, 자동으로 선택한 트리하우스도 변경되도록 설정

⏳ 작업 내용

  • POST /trees/{treeId} - 트리하우스 선택/변경
  • GET /trees - 사용자가 속한 모든 트리하우스 목록 조회

📝 논의사항

@koojun99 koojun99 added the ✨ feature New feature or request label Mar 6, 2024
@koojun99 koojun99 self-assigned this Mar 6, 2024
@koojun99 koojun99 merged commit 32033f4 into develop Mar 7, 2024
@koojun99 koojun99 deleted the feature/64 branch March 7, 2024 04:45
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.

1 participant