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/75 - 트리하우스 정보 조회 API 및 하드코딩으로 채워뒀던 코드들 수정 #83

Merged
merged 3 commits into from
Jul 16, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented Jul 10, 2024

🚀 개요

트리하우스 정보 조회 API 및 하드코딩으로 채워뒀던 코드들 수정

🔍 변경사항

  • Invitation 수락 관련 로직에서 treehouseId관련 누락된 부분 수정
  • 게시글/댓글 작성자와 현재 로그인한 사용자 사이의 Branch 지수를 표현하는 로직 추가

⏳ 작업 내용

  • POST /users/invitations/accept
  • GET /treehouses/{treehouseId}
  • 게시글 단일 조회
  • 게시글 목록 조회
  • 특정 멤버가 작성한 게시글 목록 조회
  • 댓글&답글 목록 조회

📝 논의사항

@koojun99 koojun99 added ✨ feat New feature or request 🔨 code_edit 자잘한 수정 labels Jul 10, 2024
@koojun99 koojun99 requested review from HyoBN and CYY1007 July 10, 2024 09:07
@koojun99 koojun99 self-assigned this Jul 10, 2024
@koojun99 koojun99 linked an issue Jul 10, 2024 that may be closed by this pull request
2 tasks
@koojun99 koojun99 changed the title Feature/75 - 하드코딩으로 채워뒀던 코드들 수정 Feature/75 - 트리하우스 정보 조회 API 및 하드코딩으로 채워뒀던 코드들 수정 Jul 16, 2024
@HyoBN HyoBN merged commit 598e29e into develop Jul 16, 2024
HyoBN added a commit that referenced this pull request Aug 9, 2024
Feature/75 - 트리하우스 정보 조회 API 및 하드코딩으로 채워뒀던 코드들 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 code_edit 자잘한 수정 ✨ feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] 하드코딩으로 채워뒀던 로직 수정
2 participants