-
Notifications
You must be signed in to change notification settings - Fork 17
[Feat] #776 - tooltip tap 바인딩 및 탭 바 유저 분기처리 로직 제거 #777
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
6 commits
Select commit
Hold shift + click to select a range
3019d52
[Feat] #776 - tooltip tap 바인딩
yungu0010 4e1fb58
[Fix] #776 - 구독 해제를 CVC가 관리하도록 수정
yungu0010 793f4bd
[Fix] #776 - QA 반영(문자열 수정)
yungu0010 2df8a52
[Del] #776 - 탭바에서 활동 / 비활동 유저 분기처리하는 로직 제거
yungu0010 a5e16b0
[Refactor] #776 - enum을 사용하여 섹션 분기처리하도록 리팩토링
yungu0010 44e1387
[Fix] #776 - conflict 해결
yungu0010 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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: sopt-makers/SOPT-iOS
Length of output: 430
🏁 Script executed:
Repository: sopt-makers/SOPT-iOS
Length of output: 3477
🏁 Script executed:
Repository: sopt-makers/SOPT-iOS
Length of output: 491
🏁 Script executed:
Repository: sopt-makers/SOPT-iOS
Length of output: 1754
🏁 Script executed:
Repository: sopt-makers/SOPT-iOS
Length of output: 46
🏁 Script executed:
# Check if there's any commit that added the showTabBarAlert property git log --all --oneline -- SOPT-iOS/Projects/Features/TabBarFeature/Sources/ViewModel/TabBarViewModel.swiftRepository: sopt-makers/SOPT-iOS
Length of output: 850
🏁 Script executed:
Repository: sopt-makers/SOPT-iOS
Length of output: 1787
🏁 Script executed:
# Check what changed between commit 0e39c0d2 and current HEAD git log --oneline 0e39c0d2..HEAD -- SOPT-iOS/Projects/Features/TabBarFeature/Sources/ViewModel/TabBarViewModel.swiftRepository: sopt-makers/SOPT-iOS
Length of output: 97
🏁 Script executed:
Repository: sopt-makers/SOPT-iOS
Length of output: 1486
TabBarCoordinator에 방문자 탭 제한 로직을 구현하세요.
방문자가 탭 인덱스 1을 선택할 때 표시되던 알림 분기 로직이 ViewModel에서 제거되었습니다. 이 로직이 TabBarCoordinator에 구현되어야 하는데, 현재 코디네이터의
onTabBarItemTapped핸들러(70-84줄)에는userType확인이 없습니다.다음을 추가하세요:
index == 1일 때userType == .visitor여부를 확인.signIn네비게이션 호출현재 상태에서는 방문자도 모든 탭에 접근 가능합니다.
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이제 사용자 구분 없이 모두 솝트로그 탭을 사용할 수 있도록 정책이 변경됐어.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yungu0010, 정책 변경에 대해 알려주셔서 감사합니다! 이제 방문자를 포함한 모든 사용자가 솝트로그 탭에 접근할 수 있다는 점을 이해했습니다. 기존의 방문자 제한 로직을 제거한 것이 의도된 변경이었네요.
٩(◕‿◕。)۶
✏️ Learnings added
🧠 Learnings used