Skip to content

feat: 제출 완료 화면에 결과 화면 버튼 추가 - #96

Merged
kokkumong merged 1 commit into
devfrom
feature/93-result-screen-button
Jun 14, 2026
Merged

feat: 제출 완료 화면에 결과 화면 버튼 추가#96
kokkumong merged 1 commit into
devfrom
feature/93-result-screen-button

Conversation

@kokkumong

Copy link
Copy Markdown
Collaborator

🚀 작업 내용 (What)

  • 가능 시간 제출 완료 화면의 마이 대시보드로 이동 버튼 옆에 결과 화면 열기 버튼을 추가했습니다.
  • 버튼은 현재 모임의 일정 조율 현황 화면으로 이동합니다.
  • 좁은 화면에서는 세로 배치, 넓은 화면에서는 두 버튼이 나란히 보이도록 구성했습니다.

📣 핵심 변경 이유 (Why)

  • 참여자가 제출 직후 대시보드로 돌아가지 않고도 해당 모임의 일정 조율 현황을 바로 확인할 수 있게 하기 위해 필요합니다.
  • 이 PR은 fix: 참여 완료 모임 재진입 시 결과 화면 표시 #95 위에 쌓인 stacked PR입니다. #95가 먼저 merge되면 base를 dev로 변경하면 됩니다.

📸 스크린샷 (Visuals, 선택)

  • UI 캡처 없음

⚠️ 체크리스트 (Checklist)

  • 브랜치 컨벤션(feature/00-name)을 지켰나요?
  • 커밋 컨벤션(feat:, fix: 등)을 지켰나요?
  • 작업 전에 관련 이슈를 생성하고 연결했나요?
  • 내 코드가 팀의 기존 코드를 망가뜨리지 않았는지 확인했나요?

검증

  • npm run lint
  • npm run build

🔗 관련 이슈 (Issue)

Close #93

@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
moim-app Ready Ready Preview, Comment Jun 14, 2026 5:17pm

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kokkumong, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 38 minutes and 32 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: de3e513a-f21c-40ad-a783-4b623780c855

📥 Commits

Reviewing files that changed from the base of the PR and between b60198e and c8cf926.

📒 Files selected for processing (1)
  • src/app/schedule/[id]/ScheduleRoomClient.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/93-result-screen-button

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 and usage tips.

@kokkumong
kokkumong force-pushed the feature/93-result-screen-button branch from fed80c3 to 10fe274 Compare June 14, 2026 17:02
@kokkumong
kokkumong changed the base branch from feature/92-participant-result-view to dev June 14, 2026 17:02
@kokkumong
kokkumong force-pushed the feature/93-result-screen-button branch from 10fe274 to 5a5b475 Compare June 14, 2026 17:03
@kokkumong
kokkumong force-pushed the feature/93-result-screen-button branch from 5a5b475 to c8cf926 Compare June 14, 2026 17:16
@kokkumong
kokkumong merged commit 263b02d into dev Jun 14, 2026
5 checks passed
@kokkumong
kokkumong deleted the feature/93-result-screen-button branch June 14, 2026 17:20
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.

[FEAT] 참여 완료 화면에 결과 화면 열기 버튼 추가

1 participant