-
Notifications
You must be signed in to change notification settings - Fork 0
[#695] PresentationShared의 HomeTab 전용 코드 소유권을 정리한다 #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
304b16e
chore: HomeTab 전용 presentation 파일 이동
opficdev 26dfb74
chore: HomeTab 검색 테스트 이동
opficdev 4be2653
refactor: HomeTab 내부 presentation 타입 접근 제어 정리
opficdev cf1515c
chore: Presentation 하위 파일 헤더 정리
opficdev 2779353
fix: TodoItemRow 접근제한자 수정
opficdev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Category/CategoryManageFeature.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // CategoryManageFeature.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 6/11/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Category/CategoryManageView.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // CategoryManageView.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 6/16/25. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Category/CheckBox.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // CheckBox.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 6/17/25. | ||
| // | ||
|
|
||
8 changes: 4 additions & 4 deletions
8
...Sources/Common/Component/WebItemRow.swift → ...es/Home/Common/Component/WebItemRow.swift
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
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Home/HomeFeature+Dependencies.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeFeature+Dependencies.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 6/14/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Home/HomeFeature+Effects.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeFeature+Effects.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 6/14/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Home/HomeFeature.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeFeature.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 6/14/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Home/HomeView.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeView.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 5/7/25. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Sources/Home/Home/HomeViewCoordinator.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeViewCoordinator.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by opfic on 5/10/26. | ||
| // | ||
|
|
||
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
10 changes: 5 additions & 5 deletions
10
...ionShared/Sources/Search/SearchView.swift → ...eTab/Sources/Home/Search/SearchView.swift
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
20 changes: 10 additions & 10 deletions
20
...urces/Structure/Todo/RecentTodoItem.swift → .../Home/Structure/Todo/RecentTodoItem.swift
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
2 changes: 1 addition & 1 deletion
2
...hared/Sources/Structure/WebPageItem.swift → .../Sources/Home/Structure/WebPageItem.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // WebPageItem.swift | ||
| // Presentation | ||
| // HomeTab | ||
| // | ||
| // Created by 최윤진 on 2/9/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Tests/Home/CategoryManageFeatureTests.swift
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
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Tests/Home/HomeFeatureTestAssertions.swift
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
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Tests/Home/HomeFeatureTestSpies.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeFeatureTestSpies.swift | ||
| // PresentationTests | ||
| // HomeTabTests | ||
| // | ||
| // Created by opfic on 7/2/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Tests/Home/HomeFeatureTestSupport.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeFeatureTestSupport.swift | ||
| // PresentationTests | ||
| // HomeTabTests | ||
| // | ||
| // Created by opfic on 6/14/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
Application/Presentation/HomeTab/Tests/Home/HomeFeatureTests.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // HomeFeatureTests.swift | ||
| // PresentationTests | ||
| // HomeTabTests | ||
| // | ||
| // Created by opfic on 6/14/26. | ||
| // | ||
|
|
||
5 changes: 3 additions & 2 deletions
5
...sts/Search/SearchFeatureTestDoubles.swift → ...sts/Search/SearchFeatureTestDoubles.swift
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
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
2 changes: 1 addition & 1 deletion
2
Application/Presentation/NotificationTab/Sources/PushNotification/PushNotificationItem.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // PushNotificationItem.swift | ||
| // Presentation | ||
| // NotificationTab | ||
| // | ||
| // Created by 최윤진 on 2/27/26. | ||
| // | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...n/Presentation/NotificationTab/Sources/PushNotification/PushNotificationListFeature.swift
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
2 changes: 1 addition & 1 deletion
2
...on/NotificationTab/Sources/PushNotification/PushNotificationListFeatureDependencies.swift
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
2 changes: 1 addition & 1 deletion
2
...tion/Presentation/NotificationTab/Sources/PushNotification/PushNotificationListView.swift
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| // | ||
| // PushNotificationListView.swift | ||
| // Presentation | ||
| // NotificationTab | ||
| // | ||
| // Created by opfic on 5/14/25. | ||
| // | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.