feat: 워크스페이스 로비 기능 연결 - #16
Merged
minirang merged 1 commit intoAug 18, 2026
Merged
Conversation
Contributor
Author
|
@junnyontop-pixel @minirang @HJhajun 확인 부탁드립니다. |
minirang
marked this pull request as ready for review
August 18, 2026 08:25
minirang
self-requested a review
August 18, 2026 08:28
junnyontop-pixel
approved these changes
Aug 18, 2026
Collaborator
|
저도 승인하였습니다. ㅏ 개학 너무 슬프다ㅠ |
Member
|
어 하준님께서 18:00까지 승인 안해주신다면 제가 테스트 한번 해보고 머지하겠습니다. 다른 분께서 해주셔도 되요. |
Collaborator
저는 오늘 테스트를 못할거같아서 민초님이 해주시면 될거같아요 |
Member
|
그리고 혹시모를 반란(?)과 안정성 향상을 위해 PR할때 워크플로우에서 코드 충돌 테스트 통과 못하면 머지 못하게 브렌치 보호 도입할 예정입니다. 지금은 문제없겠지만 나중에 문제될수도 있거든요. |
Member
|
따라서 지금 하는 몇개의 커밋은 PR 없이 이루워질 수 있다는 점 양해 바랍니다 :> |
Member
|
늦게 읽었습니다. |
Member
전혀 불편하지 않았습니다. 괜찮습니다. |
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.
변경사항
/workspace로비 화면의 워크스페이스 목록 조회 흐름을 Supabase 기준으로 연결했습니다.VITE_DEV_USER_ID를 기준으로 동작하게 구성했습니다.테스트
npm run lintnpm run buildnpm run dev정상 기동 확인 (http://127.0.0.1:5173/)참고
.env파일은 수정하거나 커밋하지 않았습니다.workspace_members에workspace_id,user_id기준 unique 제약이 있을 때upsert가 안정적으로 동작합니다. DB 수정 없이 기존 구조 확인이 필요한 부분입니다.