Skip to content

Rename schedule place moving time folder#553

Merged
jjoonleo merged 1 commit into
mainfrom
feature/issue-543-rename-moving-time-dir
Jun 28, 2026
Merged

Rename schedule place moving time folder#553
jjoonleo merged 1 commit into
mainfrom
feature/issue-543-rename-moving-time-dir

Conversation

@jjoonleo

@jjoonleo jjoonleo commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Rename lib/presentation/schedule_create/schedule_place_moving_time.dart/ to lib/presentation/schedule_create/schedule_place_moving_time/.
  • Update schedule-create app/test imports to remove the .dart/ directory segment.
  • Add a repository structure guard test for .dart directory names and obsolete schedule-place/moving-time import paths.

Tests

  • dart run build_runner build --delete-conflicting-outputs (generated ignored local files for compile; build_runner reported the option is ignored)
  • flutter test test/repository_structure_test.dart
  • flutter test test/presentation/schedule_create
  • flutter analyze
  • find lib test -type d -name '*.dart' -print (no output)
  • rg -n "schedule_place_moving_time\\.dart/" lib test (no matches)

Closes #543

@jjoonleo jjoonleo merged commit 74c5d09 into main Jun 28, 2026
1 of 4 checks passed
@jjoonleo jjoonleo deleted the feature/issue-543-rename-moving-time-dir branch June 28, 2026 12:10
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.

Rename schedule_place_moving_time.dart directory to remove .dart suffix

1 participant