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

Reflecting update provider value when user begin/end manual rest duration #606

Merged
merged 5 commits into from
Jun 4, 2022

Conversation

bannzai
Copy link
Owner

@bannzai bannzai commented Jun 4, 2022

Abstract

手動での休薬を開始/終了した場合にRecordPageStateが更新されない

トレースしてみたところ、recordPageAsyncStateProviderには変更が2回きている(1回多い気がするけどそれは気にしない)。その後の recordPageStateNotifierProvider に変更通知が来てないためページが更新されていなかった
なお、休薬開始→UI変わらない→休薬開始をした場合にはUIは更新される。その場合に restDuration.endDate が nullのデータが2つ作られる。

原因がRiverpodのコードを読んでもパッとわからなかった。暫定策として、DateTime timestampをStateに追加する。この予想としてはネストした値だとうまくいかない(RiverpodがStateの比較を行なっている。freezedの比較がネストした場合にうまくいってない)と仮定して修正を行い実行したところ、期待通り作動した。ただ、コード読んだ限りだとselectでしか比較は使われてない気もするので関係なさそう。とりあえず治ったのでこのままで行く

ついでにRecordPageSateNotifier,RecordPageStateにautoDisposeをつけた。よく考えたらほしかった。↑の修正と一緒に行ってしまったため、因果関係は正確なところは不明

Why

Links

Checked

  • Analyticsのログを入れたか
  • 境界値に対してのUnitTestを書いた
  • パターン分岐が発生するWidgetに対してWidgetTestを書いた
  • リリースノートを追加した

@bannzai bannzai merged commit 6b90533 into main Jun 4, 2022
@bannzai bannzai deleted the bugfix/state/manual-rest-duration branch June 4, 2022 23:21
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