Skip to content
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

[FEAT] 구글 캘린더 동기화 버튼 api 구현 #230

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

seong-hui
Copy link
Member

작업 내용 🧑‍💻

  • 캘린더에서 동기화 버트을 누를 시 구글 캘린더에서 데이터베이스로 캘린더 일정이 동기화 돼서 동기화 후에 다시 캘린더 타임라인을 불러오도록 하였씁니다.

알게된 점 🚀

기록하며 개발하기!

  • useMuation에는 isLoading이 없어서 isPending으로 로딩 상태를 걸어 스피너를 추가하였습니다.

관련 이슈

close #226

스크린샷 (선택)

Screen.Recording.2024-07-19.at.4.54.54.PM.mov

Copy link
Contributor

@Kjiw0n Kjiw0n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 👍

Comment on lines +15 to +17
if (isPending) {
return <LoadingSpinner />;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 있으니까 훨씬 깔끔하네요 👍 👍 굳굳

Copy link
Member

@jeeminyi jeeminyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

스피너 예쁘네요 ㅋㅋ 굿굿

@jeeminyi jeeminyi merged commit 9d60f5e into develop Jul 19, 2024
2 checks passed
@wrryu09 wrryu09 deleted the feat/#226/calendar-sync-api branch July 22, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEAT] 구글 캘린더 동기화 버튼 api 구현
3 participants