-
Notifications
You must be signed in to change notification settings - Fork 1
[BE-Fix] 구글 캘린더 업데이트 연동 버그 수정 #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
변경 여부 검사를 업데이트 하기 전에 미리 체크하기로 수정
WalkthroughThis pull request refactors the synchronization logic within the PersonalEventService. The logic for handling Google Calendar integrations is now split into two private methods, Changes
Sequence Diagram(s)sequenceDiagram
participant U as User Request
participant S as PersonalEventService
participant G as Google Calendar Sync
U->>S: send updateWithRequest
S->>S: Evaluate syncInsert & syncUpdate
alt when syncInsert is true
S->>G: Retrieve calendar ID and update event with new ID
S->>G: Publish InsertPersonalEvent
else when syncUpdate is true
S->>G: Publish UpdatePersonalEvent
end
S->>U: return response
Possibly related PRs
Suggested reviewers
Poem
Tip CodeRabbit's docstrings feature is now available as part of our Pro Plan! Simply use the command 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (5)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
efdao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
변경 여부 검사를 업데이트 하기 전에 미리 체크하기로 수정
#️⃣ 연관된 이슈>
📝 작업 내용> 이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)
🙏 여기는 꼭 봐주세요! > 리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
Summary by CodeRabbit