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/auto-backup #77

Merged
merged 8 commits into from
Nov 30, 2023
Merged

feat/auto-backup #77

merged 8 commits into from
Nov 30, 2023

Conversation

89645321
Copy link
Contributor

PR Title: feat/auto-backup

Related Issue(s):

PR Description:

자동 백업 구현하였습니다. isAuthorized가 확인되었을 때 (게스트 모드 아님 && lastBackupDate가 오늘이 아님 && 로그인 직후 아님 && 설정에 자동 백업이 켜져있음)을 만족하면 autobackup 후 homescreen으로 넘깁니다.

Changes Included:
  • Added new feature(s)
  • Fixed identified bug(s)
  • Updated relevant documentation
Notes for Reviewer:

Reviewer Checklist:

  • Code is written in clean, maintainable, and idiomatic form.
  • Automated test coverage is adequate.
  • All existing tests pass.
  • Manual testing has been performed to ensure the PR works as expected.
  • Code review comments have been addressed or clarified.

Additional Comments:

Copy link
Contributor

@yjeong-k yjeong-k left a comment

Choose a reason for hiding this comment

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

getLastBackupDate() != LocalDate.now().toString() 부분만 주석처리해보고 돌려서
자동백업 잘 뜨고 잘 되는 거 확인하였습니다!!
고생하셨습니다 감사합니다☺️☺️

@yjeong-k yjeong-k merged commit 8042583 into main Nov 30, 2023
1 check passed
@yjeong-k yjeong-k deleted the feat/auto-backup branch November 30, 2023 12:38
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.

3 participants