Skip to content

fix(mission): 생성 로딩 지연 단축 - #256

Merged
jongse7 merged 2 commits into
developfrom
fix(mission)/generation-loading-delay
Aug 22, 2026
Merged

fix(mission): 생성 로딩 지연 단축#256
jongse7 merged 2 commits into
developfrom
fix(mission)/generation-loading-delay

Conversation

@jongse7

@jongse7 jongse7 commented Aug 22, 2026

Copy link
Copy Markdown
Member

📝 작업 내용 요약

  • 목업 미션 생성 화면의 최소 로딩 시간을 7초로 고정했습니다.
  • 백엔드가 제공한 폴링 간격을 사용하고, 유효하지 않은 값은 5초 기본값으로 안전하게 대체합니다.
  • 여러 줄 미션 제목도 생성 결과 카드에서 왼쪽 정렬되도록 수정했습니다.

✅ 체크리스트

  • develop 브랜치의 최신 코드를 pull 받았나요?
  • 빌드가 통과했나요?
  • vitest 테스트가 통과했나요?
  • Playwright e2e가 통과했나요?

🤖 AI 리뷰

Claude 리뷰 (Codex 구현)

🟢 승인 가능

  • 7초 타이머는 cleanup에서 정리되고, 완료 상태와 초안 준비 상태를 함께 확인합니다.
  • 서버의 비정상 폴링 간격은 5초 기본값으로 대체하도록 보완했습니다.
  • 생성 결과 카드의 Toggletext-left를 적용했습니다.

💬 기타 코멘트

  • 요청한 리뷰어 rr은 이 저장소에 리뷰 요청 권한이 없어 리뷰어 없이 생성했습니다.

@jongse7 jongse7 self-assigned this Aug 22, 2026
@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
28th-web-team-3-fe-web-dev Ready Ready Preview Aug 22, 2026 3:53am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
28th-web-team-3-fe-admin Ignored Ignored Aug 22, 2026 3:53am

@coderabbitai

coderabbitai Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@jongse7, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 2 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 908a9738-5501-4978-bcf9-1aac447db214

📥 Commits

Reviewing files that changed from the base of the PR and between 3ca212f and cdc5e11.

📒 Files selected for processing (5)
  • apps/web/app/mission/_components/mission-creation-result.test.tsx
  • apps/web/app/mission/_components/mission-creation-result.tsx
  • apps/web/app/mission/_components/mission-loading.tsx
  • apps/web/app/mission/new/loading/page.test.tsx
  • apps/web/lib/queries/mission-generation.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jongse7
jongse7 merged commit 6ba701f into develop Aug 22, 2026
6 checks passed
@jongse7
jongse7 deleted the fix(mission)/generation-loading-delay branch August 22, 2026 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant