fix: prevent bad habits from showing overdue and auto-advance DueDate - #14
Merged
Conversation
Bypass email verification for a configurable test account so Google Play reviewers can log in without needing access to a real email inbox. Controlled by REVIEWER_TEST_EMAIL and REVIEWER_TEST_CODE env vars. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bad habits should not show as overdue when not logged -- not logging means the user successfully avoided the bad behavior. Also auto-advance stale bad habit DueDates on schedule query so habits with specific days (e.g. Mon/Wed/Fri) correctly show their next occurrence. - Add !IsBadHabit to all three overdue checks in GetHabitScheduleQuery - Make AdvanceDueDate public on Habit entity - Add FindTrackedAsync to IGenericRepository - Advance stale bad habit DueDates in schedule query handler Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
thomasluizon
added a commit
that referenced
this pull request
Jul 3, 2026
…w rubric Mirror of the orbit-ui-mobile rubric addition (thomasluizon/orbit-ui-mobile#386): API diffs that change the user-facing feature surface (gating, Astra/MCP tools) must flag the required FEATURES.md update in the paired frontend PR. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
thomasluizon
added a commit
that referenced
this pull request
Jul 4, 2026
* chore: prune superseded root docs — description.md + mangled planning orphan Removes two dead root-level docs superseded by README.md; the second is a path-collapsed junk filename. Docs-only; no code references them. Refs thomasluizon/orbit-ui-mobile#380 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * chore(review): add FEATURES.md parity dimension (#14) to the pr-review rubric Mirror of the orbit-ui-mobile rubric addition (thomasluizon/orbit-ui-mobile#386): API diffs that change the user-facing feature surface (gating, Astra/MCP tools) must flag the required FEATURES.md update in the paired frontend PR. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 8, 2026
fix(api): apply eligible banked freeze during streak recalculation to close the hourly-job race
#383
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FindTrackedAsyncto repository, makeAdvanceDueDatepublicTest plan
Generated with Claude Code