Design/workspace improvement#83
Merged
Merged
Conversation
GeminiEmbeddingProvider 가 전체 청크를 한 요청에 보내 분당 토큰 한도(429 RESOURCE_EXHAUSTED)에 쉽게 걸렸다. EMBEDDING_BATCH_SIZE 단위로 쪼개 순차 호출하고, RESOURCE_EXHAUSTED 만 지수 백오프로 재시도한다(상한 30s). 소진 시 GEMINI_RATE_LIMITED, 그 외 오류는 GEMINI_FAILED 로 즉시 실패시킨다. - EMBEDDING_MAX_RETRIES / EMBEDDING_RETRY_BASE_DELAY_SEC 설정 추가 - build_embedding_provider · runner 배선, 단위 테스트 4건 추가 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
가로 막대형 나열을 카드 그리드로 바꾸고, 이력서 업로드는 드래그앤드롭 드롭존으로, 분석 결과는 카드 클릭 시 모달 상세로 전환했다. 보조 텍스트 대비를 WCAG AA 로 높이고(fg-muted/subtle 한 단계 진하게), 홈 히어로의 면접 시작 CTA 를 강조했다. - 재사용 Modal 프리미티브 신설 (shared/ui/Modal): Esc·백드롭 닫기, 스크롤 잠금, 포커스 복원, z-modal - 이력서/레포 목록·분석 결과·통계 카드 스타일 통일 (rounded-2xl + shadow-sm) - 디자인 토큰·인벤토리 문서 갱신 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
삭제 뮤테이션이 자기 목록(resumes/repositories)만 무효화하고 documents 쿼리는 그대로 두어, 항목을 지워도 분석 결과 카드가 화면에 남았다. onSuccess 에서 ['documents'] 도 무효화한다. 삭제는 클라이언트 액션이라 SSE 가 오지 않으므로 직접 무효화가 필요하다(analysis feature 직접 import 는 FSD 동일 레이어 금지라 키 리터럴 사용). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
변경 사항