Skip to content

[FEAT] 팀 내 목표, 이슈 간단 조회 및 팀원 조회 API 세팅#133

Merged
jinj00oo merged 5 commits into
developfrom
feature/#130-team-overview-api
Aug 8, 2025
Merged

[FEAT] 팀 내 목표, 이슈 간단 조회 및 팀원 조회 API 세팅#133
jinj00oo merged 5 commits into
developfrom
feature/#130-team-overview-api

Conversation

@jinj00oo

@jinj00oo jinj00oo commented Aug 6, 2025

Copy link
Copy Markdown
Collaborator

체크리스트

  • 🧰 npm run dev로 실행 환경에서 잘 돌아가는걸 확인했나요?
  • 🎋 base 브랜치를 develop 브랜치로 설정했나요?
  • 🖌️ PR 제목은 형식에 맞게 잘 작성했나요?
  • 🏷️ 라벨은 등록했나요?
  • 🙆 리뷰어는 등록했나요?

📌 관련 이슈번호


✅ Key Changes

  • 팀 내 이슈 간단 조회 API 세팅
    • 경로 src\apis\issue\useGetSimpleIssueList.ts
  • 팀 내 목표 간단 조회 API 세팅
    • 경로 src\apis\goal\useGetSimpleGoalList.ts.ts
  • 팀원 조회 (담당자) API 세팅
    • 경로 src\apis\goal\useGetTeamMemberList.ts

💬 To Reviewers

  • 훅 내부에서 react-query의 select 옵션을 사용해 응답 데이터 중 info 배열만 추출하여 반환하도록 했습니다.
    현재 예상되는 사용처가 단순 리스트 렌더링이라 cnt 등의 메타데이터는 사용하지 않을 것으로 보여서요!
    추후 cnt가 필요해지는 경우 select 제거 또는 다른 훅 분리 고려 가능합니다.

@HiJuwon 해당 API들이 상세 페이지에서 사용되는 것으로 알고 있습니다. 제대로 작성되었는지 확인 한번만 부탁드립니다!

@github-actions

github-actions Bot commented Aug 6, 2025

Copy link
Copy Markdown

@jinj00oo jinj00oo changed the title #130 [FEAT] 팀 내 목표, 이슈 간단 조회 및 팀원 조회 API 세팅 [FEAT] 팀 내 목표, 이슈 간단 조회 및 팀원 조회 API 세팅 Aug 6, 2025

@HiJuwon HiJuwon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 확인했습니다!! 지금 봤을 때는 문제 없을 것 같아요. 추후 연결하면서 문제 있거나 질문 있을 경우 말씀드릴게요. 수고하셨습니다 bb

@waldls waldls left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다 고생하셨어요!👍🏻👍🏻

@jinj00oo
jinj00oo merged commit 0be09ea into develop Aug 8, 2025
1 check passed
@jinj00oo
jinj00oo deleted the feature/#130-team-overview-api branch August 8, 2025 03:56
@HiJuwon HiJuwon added this to the Demo Day milestone Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 팀 내 목표, 이슈 간단 조회 및 팀원 조회 API 세팅

3 participants