Conversation
- GFM 메모 렌더링과 체크리스트 즉시 저장을 지원 - memoVersion 기반 충돌·캐시 병합·초안 보존을 적용 - REST 및 STOMP 지연 응답과 재연결 동기화를 검증
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedNext included review available in 6 minutes. View limit detailsLimit 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. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (32)
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. Comment |
- 기본 입력 컨트롤의 키보드 동작과 이벤트 전달을 유지 - 체크리스트 버튼의 포커스와 입력 동작 회귀 테스트 추가
|



변경 내용
memoVersion/expectedMemoVersion으로 동시 수정을 검증합니다. 오래된 저장의 409 발생 시 최신 내용을 조회하고 초안을 보존하며, 명시적 재확인 후 저장합니다. 삭제·이동 시 초안 복구와 캐시/WS의 낮은 버전·지연 응답 보호를 적용합니다.변경 이유
expectedMemoVersion필수 계약은 호환성을 깨는 변경입니다. 백엔드feature/memo-version의1307c070460c63ea25827d87156b9a993a8dbda1API와 함께 적용해야 합니다. 현재 확인된 대응 백엔드 PR은 없습니다.테스트
npm run lint— PASS, 오류 0개 / 기존 경고 4개npm test— 전체 847 PASS / 기존 brand-assets 실패 3개로 FAILnpm run build— PASSconfig is not valid콘솔 오류가 관찰되었습니다. 정확한 제공자 원인은 미확정이며, 검증한 메모 흐름에는 영향이 없었습니다.