Open
Conversation
신규 에러 코드 5개(E000, M016, M017, R106, R108) 추가. MyMeetingListItem에 preOpinionTemplateConfirmed 필드 추가 후, 메인페이지 예정 약속의 사전 의견 작성 버튼 disabled 처리 반영.
5 tasks
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/api/errors.ts`:
- Around line 133-134: There is a missing R107 error code between
AI_SUMMARY_NOT_FOUND and RETROSPECTIVE_ALREADY_CREATED; either add a new export
entry for R107 (matching the backend API spec) with the proper identifier and
value 'R107' in the same object where AI_SUMMARY_NOT_FOUND and
RETROSPECTIVE_ALREADY_CREATED are defined, or if R107 was intentionally skipped,
rename RETROSPECTIVE_ALREADY_CREATED to use 'R107' (and update any references)
or add an inline comment explaining the intentional gap so clients won't
mis-handle unexpected codes; update the object containing AI_SUMMARY_NOT_FOUND
and RETROSPECTIVE_ALREADY_CREATED accordingly.
ℹ️ Review info
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
src/api/errors.tssrc/features/meetings/meetings.types.tssrc/pages/Home/components/HomeMeetingCard.tsx
haruyam15
approved these changes
Feb 24, 2026
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.
🚀 풀 리퀘스트 제안
📋 작업 내용
최신 API 스펙에 추가된 에러 코드 5개를 반영하고, 메인페이지 예정 약속의 "사전 의견 작성하기" 버튼에 대해 템플릿 미확정 시 disabled 처리를 구현했습니다.
🔧 변경 사항
src/api/errors.ts: 신규 에러 코드 5개 추가 (E000, M016, M017, R106, R108)src/features/meetings/meetings.types.ts:MyMeetingListItem에preOpinionTemplateConfirmed필드 추가src/pages/Home/components/HomeMeetingCard.tsx: 사전 의견 템플릿 미확정 시 버튼 disabled 처리 및 TODO 주석 제거📸 스크린샷 (선택 사항)
N/A
📄 기타
관련 이슈: #97
Summary by CodeRabbit
버그 수정
새로운 기능