Skip to content

[codex] Handle missing schedule alarm fallback#366

Merged
jjoonleo merged 1 commit into
mainfrom
codex/issue-363-alarm-fallback
May 5, 2026
Merged

[codex] Handle missing schedule alarm fallback#366
jjoonleo merged 1 commit into
mainfrom
codex/issue-363-alarm-fallback

Conversation

@jjoonleo

@jjoonleo jjoonleo commented May 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Navigate /alarmScreen back to /home when the schedule state is already notExists on entry.
  • Preserve finish-result navigation to /earlyLate for real finish transitions.
  • Add regression coverage for already-missing schedule and null schedule emission while already notExists.
  • Add the issue Return alarm screen home when no active schedule exists #363 implementation plan under plans/.

Fixes #363

Validation

  • flutter test test/presentation/alarm/screens/preparation_flow_widget_test.dart
  • dart analyze lib/presentation/alarm/screens/alarm_screen.dart test/presentation/alarm/screens/preparation_flow_widget_test.dart (only pre-existing deprecation infos in the test file)

Notes

  • flutter analyze is currently blocked by unrelated existing repo/widgetbook errors, including missing widgetbook_workspace/dialog_story_helpers.dart and generated main.directories.g.dart.

@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 6f0cc0c):

https://ontime-c63f1--pr366-codex-issue-363-alar-z9u5hh1n.web.app

(expires Tue, 12 May 2026 05:50:12 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7d60a2eae4c4a5839220ed6a57552a3b61cce5a3

@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 6f0cc0c):

https://on-time-front-widgetbook--pr366-codex-issue-363-alar-r3tk058r.web.app

(expires Tue, 12 May 2026 05:50:41 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: e53128a376fed0209d449279de9c0d94c83cdd8b

@jjoonleo jjoonleo marked this pull request as ready for review May 5, 2026 06:04
@jjoonleo jjoonleo merged commit c545ae4 into main May 5, 2026
4 checks passed
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.

Return alarm screen home when no active schedule exists

1 participant