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

Migrate Local Notification #734

Merged
merged 10 commits into from
Dec 18, 2022
Merged

Migrate Local Notification #734

merged 10 commits into from
Dec 18, 2022

Conversation

bannzai
Copy link
Owner

@bannzai bannzai commented Dec 18, 2022

Abstract

LocalNotificationの検討その2
ref: #558

けっかてきにはまたあきらめた 

Why

Links

Checked

  • Analyticsのログを入れたか
  • Navigator.of(context).pop() の後にContextを使用したメソッドを実行していない
  • 境界値に対してのUnitTestを書いた
  • パターン分岐が発生するWidgetに対してWidgetTestを書いた
  • リリースノートを追加した

return reminderNotificationIdentifierOffset + groupIndex + hour + minute + pillNumberIntoPillSheet;
}

// UseCase:
Copy link
Owner Author

Choose a reason for hiding this comment

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

UseCaseを並べていたが、やっぱり事前登録であるのが複雑だな。と思ってネックになっている。
この処理の中に途中で休薬がある場合で休薬通知がOFFの場合、等の分岐を入れることも考えると、UseCaseはこれよりも増えて複雑になる。

また、LocalNotificationのAPIがきちんとした形式なら良いが、通知が登録できなかった場合のエラーやIDが重複していた場合のエラーなどの区別をする術がない(existLocalNotificationIDみたいなのが無い)のでちょっと厳しいな。って思ったのでやめる

@bannzai bannzai marked this pull request as ready for review December 18, 2022 11:30
@bannzai
Copy link
Owner Author

bannzai commented Dec 18, 2022

マージしてrevert

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.

1 participant