-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue 173 ページング機能のエラー発生時の復帰処理を実装 #209
Conversation
Ready for review 🚀 |
Visit the preview URL for this PR (updated for commit 4dcf96c): https://flutter-mobile-project-template-catalog--pr209-issue-1-kuhlhesg.web.app (expires Tue, 30 Jul 2024 01:14:21 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 9ea56735a63d07a7cfe62eb204b0528284c37c23 |
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.
コメントしましたが、Flutter/Dartからしばらく離れているので、他の方のレビューもいただけるといいかなという状態です 🙇
愚問で申し訳ござませんが、CIが Switch式を切り出す以前のテスト(c82f97a)は成功していましたが、Switch式の切り出し等のリファクタリングを行った結果、CIからエラーが出力されるようになりました。(1a3cf4c),(bc7299b) そこでテストが失敗している原因の究明のためにローカルで実行した結果、以下の出力が得られました。
お忙しいところ恐縮ですが、回答の方お待ちしております。 |
このファイルのフォーマットが必要みたいですよ 🙆♂️ |
@K9i-0 |
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.
レビューが遅れて申し訳ないです
全体的な動きは問題なく、UX が向上していると感じました 👍
細かい点をいくつかコメントしているので、確認いただけるとありがたいです!
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.
大変レビュー遅くなってしまい申し訳ありません 🙏
LGTM です!
ご対応ありがとうございます!
概要
レビュー観点
@akatsuki174 さんのお陰で解決しました!ありがとうございました!
common_paging_view.dart
において、2ページ目以降の読み込み、表示、再読み込みの3つについての条件分岐が複雑であり、三項演算子では可読性に乏しくなると考えました。そこで無理矢理ですが、可読性の観点からswitch
文を用いました。こちらについてさらに良い方法がございましたら、ご教授いただけますと幸いですレビューレベル
レビュー優先度
画像 / 動画
CircularProgressIndicator
が表示されるようにしました。2024-05-21.18.15.24.mov
2024-05-21.17.34.39.mov
動作確認手順
備考