[FEAT] 워크스페이스 프로필 및 나의 프로필 API 세팅#111
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 12:21
waldls
approved these changes
Aug 1, 2025
waldls
left a comment
Member
There was a problem hiding this comment.
확인했습니다! 아래 수정사항만 반영해주시면 될 것 같습니다~
| import queryClient from '../../utils/queryClient'; | ||
| import { queryKey } from '../../constants/queryKey'; | ||
|
|
||
| // 사이드바, 설정 - 팀 순서 변경 |
Member
There was a problem hiding this comment.
p2 : 진주님 apis/setting 폴더 속 함수들 위에 이 부분처럼 주석 달아주셔야 합니다! 다른 파일들도 수정해서 푸쉬해주세요!
Collaborator
Author
There was a problem hiding this comment.
추가하여 푸쉬하였습니다. 알려주셔서 감사합니다!
HiJuwon
approved these changes
Aug 1, 2025
HiJuwon
left a comment
Member
There was a problem hiding this comment.
확인했습니다, api 함수들 컨벤션도 잘 지켜주시고 깔끔하네요 bb 수고많으셨어요!
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
💬 To Reviewers
name/teamName,imageUrl/profileImage등 동일한 개념을 가리키는 용어가 혼용되어 있어 백엔드에 통일 요청 드릴 예정입니다.