[FEAT] 팀 목록 순서 변경 API 세팅#110
Merged
Merged
Conversation
…into feature/#101-sidebar-api
- Sidebar 전용 Team 타입 정의를 위해 type Team 추출 - 팀 순서 변경 API 호출 위치를 주석으로 명시 - 호출 로직은 추후 mutation 연동 예정
jinj00oo
requested review from
HiJuwon,
gaeulzzang,
sunhwaaRj and
waldls
as code owners
August 1, 2025 10:47
waldls
approved these changes
Aug 1, 2025
waldls
left a comment
Member
There was a problem hiding this comment.
주석 확인했습니다! 문서 오류 해결 되면 연동 진행하시면 될 것 같습니다! 수고하셨어요!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
체크리스트
📌 관련 이슈번호
✅ Key Changes
팀 목록 순서 변경 API 호출 함수 작성
src/apis/setting/usePatchWorkspaceTeams.tsuseMutation을 활용한 데이터 수정 요청 처리팀 순서 변경 API 호출 위치 주석으로 명시 (후속 연동 대비)
응답 데이터 타입 리팩토링
src/components/Sidebar/types.ts파일 생성TeamListResponse에서 필요한 속성만Pick하여 재사용성 향상💬 To Reviewers
profileUrl등 일부 필드의 nullable 여부에 대한 명시가 필요해 보여 해당 내용을 백엔드 측에 전달드렸습니다.