[PWF3 5/5] Dashboard API·인증·Agent 입력 연결 - #250
Merged
Merged
Conversation
Member
|
"먼저 검토할 승인 업무" 카드가 READY_FOR_REVIEW 중 마감 가장 빠른 거 하나만 뽑는 방식인데 이거 진짜 우선순위 로직 아니고 클라이언트에서 대충 정렬한 거라, 나중에 백엔드에 우선순위 API 생기면 그걸로 교체해야 함. 메트릭 카드 값들도 지금 클라이언트에서 직접 계산 중이라 Dashboard 집계 API 생기면 그걸로 바꿀 예정. CreateWorkPage.test.tsx만 살짝 건드린 건 확인함 — 우리 #237이랑 충돌 없음. |
BcKmini
self-requested a review
August 5, 2026 01:33
BcKmini
marked this pull request as ready for review
August 5, 2026 02:41
…ntegration # Conflicts: # src/pages/DashboardPage/DashboardPage.module.css # src/pages/DashboardPage/DashboardPage.test.tsx # src/pages/DashboardPage/DashboardPage.tsx # src/pages/DashboardPage/dashboardData.ts
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.
변경 내용
목적
PWF3 HOME 화면을 유지하면서 실제 서버 데이터와 인증 세션, 업무 생성 진입을 연결합니다.
영향 범위
Dashboard, CreateWork 진입, 인증 세션 복원, Vite 로컬 개발 설정에 영향을 줍니다.
검증
npm test -- --run— 71 files / 354 tests passednpm run lintnpm run build/tasks/new입력값 유지스택 순서
선행 PR 병합 후 이 PR의 base를
main으로 변경해 마지막으로 병합합니다.