-
Notifications
You must be signed in to change notification settings - Fork 17
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
服用履歴の連番対応(after: 2025-04-01) #1291
Conversation
ユーザーの手元のアプリのバージョンが古い場合にスキーマ事情により空の履歴が出る可能性がある。強制アップデートしたので3ヶ月は最低待つ |
Failed to generate code suggestions for PR |
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.
Copilot reviewed 29 out of 29 changed files in this pull request and generated no comments.
@CodiumAI-Agent /describe |
Title服用履歴の連番対応(after: 2025-04-01) PR TypeBug fix, Tests, Enhancement Description
Changes walkthrough 📝
|
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.
Copilot reviewed 9 out of 29 changed files in this pull request and generated no comments.
Files not reviewed (20)
- lib/entity/pill_sheet.codegen.dart: Language not supported
- lib/entity/pill_sheet_group.codegen.dart: Language not supported
- lib/entity/pill_sheet_modified_history.codegen.dart: Language not supported
- lib/entity/pill_sheet_modified_history_value.codegen.dart: Language not supported
- lib/entity/pill_sheet_modified_history_value.codegen.freezed.dart: Language not supported
- lib/entity/pill_sheet_modified_history_value.codegen.g.dart: Language not supported
- lib/features/before_pill_sheet_group_history/component/pill_sheet.dart: Language not supported
- lib/features/calendar/components/pill_sheet_modified_history/components/core/pill_number.dart: Language not supported
- lib/features/calendar/components/pill_sheet_modified_history/components/core/taken_pill_action_o_list.dart: Language not supported
- lib/features/calendar/components/pill_sheet_modified_history/components/rows/pill_sheet_modified_history_changed_pill_number_action.dart: Language not supported
- lib/features/calendar/components/pill_sheet_modified_history/components/rows/pill_sheet_modified_history_revert_taken_pill_action.dart: Language not supported
- lib/features/calendar/components/pill_sheet_modified_history/components/rows/pill_sheet_modified_history_taken_pill_action.dart: Language not supported
- lib/features/calendar/components/pill_sheet_modified_history/pill_sheet_modified_history_list.dart: Language not supported
- lib/features/record/components/button/cancel_button.dart: Language not supported
- lib/features/record/components/button/taken_button.dart: Language not supported
- lib/features/record/components/pill_sheet/components/record_page_rest_duration_dialog.dart: Language not supported
- lib/features/record/components/pill_sheet/record_page_pill_sheet.dart: Language not supported
- lib/provider/change_pill_number.dart: Language not supported
- lib/provider/revert_take_pill.dart: Language not supported
- lib/utils/local_notification.dart: Language not supported
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍(Review updated until commit cc955ba)Here are some key observations to aid the review process:
|
Persistent review updated to latest commit cc955ba |
Title
服用履歴の連番対応(after: 2025-04-01)
PR Type
Bug fix, Tests, Enhancement
Description
Refactored
lastTakenPillNumber
tolastTakenOrZeroPillNumber
for better null safety and clarity.Updated test cases to align with the new
lastTakenOrZeroPillNumber
logic.Enhanced pill sheet group display logic to handle sequential and cyclic numbering modes.
Fixed nullable handling for
afterLastTakenDate
inRevertTakenPillValue
.Changes walkthrough 📝
5 files
Updated test cases for sequential pill sheet numbering.
Added tests for
lastTakenPillNumberWithoutDate
and sequential logic.Updated tests for reverting pill actions with null safety.
Refactored tests for `lastTakenOrZeroPillNumber`.
Adjusted tests for null handling in pill number changes.
3 files
Added
lastTakenPillSheetOrFirstPillSheet
and refactored pill numberinglogic.
Updated UI logic to use `lastTakenOrZeroPillNumber`.
Updated historical pill sheet logic for `lastTakenOrZeroPillNumber`.
1 files
Fixed nullable handling for `afterLastTakenDate`.
20 files