Skip to content

Split ScheduleFormBloc orchestration seams#569

Merged
jjoonleo merged 2 commits into
mainfrom
feature/issue-539-schedule-form-orchestration
Jun 28, 2026
Merged

Split ScheduleFormBloc orchestration seams#569
jjoonleo merged 2 commits into
mainfrom
feature/issue-539-schedule-form-orchestration

Conversation

@jjoonleo

Copy link
Copy Markdown
Contributor

Summary

  • Add Schedule, Preparation, Default Preparation, Custom Preparation, and Preparation Mode glossary terms to align schedule-form language with Product Usage Event terminology.
  • Introduce narrow schedule-form seams for draft loading, create/update submission orchestration, and schedule create analytics payload construction.
  • Remove direct AuthBloc and ProductUsageEventTracker dependencies from ScheduleFormBloc; create flow now passes current-user spare time as explicit event input.
  • Simplify schedule form Bloc/widget tests and add focused domain tests for defaults, unchanged/changed preparation persistence, create analytics, and failure handling.

Validation

  • dart run build_runner build --delete-conflicting-outputs (succeeds; build_runner warns this option is ignored by the installed version)
  • flutter analyze
  • flutter test

Closes #539

@jjoonleo jjoonleo merged commit 7327343 into main Jun 28, 2026
1 of 3 checks passed
@jjoonleo jjoonleo deleted the feature/issue-539-schedule-form-orchestration branch June 28, 2026 14:50
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.

Split ScheduleFormBloc responsibilities across defaults, persistence, preparation, and analytics

1 participant