Skip to content

Fix swapped schedule date/time input model filenames#552

Merged
jjoonleo merged 1 commit into
mainfrom
feature/issue-547-date-time-input-models
Jun 28, 2026
Merged

Fix swapped schedule date/time input model filenames#552
jjoonleo merged 1 commit into
mainfrom
feature/issue-547-date-time-input-models

Conversation

@jjoonleo

Copy link
Copy Markdown
Contributor

Summary

  • Move ScheduleDateInputModel and ScheduleDateValidationError into schedule_date_input_model.dart.
  • Move ScheduleTimeInputModel and ScheduleTimeValidationError into schedule_time_input_model.dart.
  • Add independent import tests for each input model file.

Closes #547

Tests

  • dart run build_runner build --delete-conflicting-outputs
  • flutter test test/presentation/schedule_create/schedule_date_time
  • flutter analyze

@jjoonleo jjoonleo marked this pull request as ready for review June 28, 2026 05:19
@jjoonleo jjoonleo merged commit fb58f59 into main Jun 28, 2026
3 of 6 checks passed
@jjoonleo jjoonleo deleted the feature/issue-547-date-time-input-models branch June 28, 2026 12:08
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.

Fix swapped schedule date/time input model filenames

1 participant