feat(calendar): 월간 뷰 기간 바 + 드래그 날짜 이동 - #71
Merged
Conversation
- 시작~종료일이 있는 작업을 다중일 연결 바로 표시 (Jira 스타일) - 첫날: 왼쪽 라운드 캡, 마지막날: 오른쪽 라운드 캡, 중간날: 직사각형 - 레인 자동 배정 알고리즘으로 겹침 없이 최대 3열 표시 - MAX_LANES 초과 시 "+N" 오버플로우 표시 - 작업 카드 드래그 → 다른 날짜로 드롭해 날짜 이동 (기간 유지) - 드롭 대상 날짜 하이라이트 + 드래그 중 카드 반투명 처리 - taskUtils에 getTaskCalendarBarStyle 추가 Closes #69, #70 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
클라이언트 Supabase는 NextAuth 구조상 user JWT 없어 RLS 차단됨. createTask/updateTask/deleteTask 직접 호출 → fetch /api/kanban/tasks 로 변경. route.ts도 tasks.ts import 제거 후 supabaseAdmin 직접 사용. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
+N표시onUpdateTask호출)관련 이슈
Closes #69, #70
Test plan
+N오버플로우 표시🤖 Generated with Claude Code