-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#24] [iOS] [Integrate] As a user, I can log out #105
Conversation
f61a282
to
f16de65
Compare
🧛 shared Code Coverage:
|
File | Coverage |
---|---|
AccountUiModel.kt |
100.00% |
AppInfoRepositoryImpl.kt |
100.00% |
AppVersion.kt |
100.00% |
GetAppVersionUseCase.kt |
100.00% |
Platform.kt |
100.00% |
SurveySelectionViewModel.kt |
100.00% |
Modified Files Not Found In Coverage Report:
AccountView.swift
AppInfoRepository.kt
AppInfoRepositoryTest.kt
DomainHelperModule.kt
GetAppVersionUseCaseTest.kt
RepositoryModule.kt
Shared+AutoMockable.swift
SurveySelectionContainerView.swift
SurveySelectionView.swift
SurveySelectionViewDataSourceSpec.swift
SurveySelectionViewModelTest.kt
UseCaseModule.kt
VersionCode.kt
VersionCodeImpl.kt
VersionCodeImpl.kt
strings.xml
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
iosApp/Survey/Sources/Presentation/Modules/SurveySelection/SurveySelectionContainerView.swift
Show resolved
Hide resolved
shared/src/commonMain/kotlin/co/nimblehq/blisskmmic/domain/platform/VersionCode.kt
Outdated
Show resolved
Hide resolved
shared/src/commonMain/kotlin/co/nimblehq/blisskmmic/domain/platform/VersionCode.kt
Show resolved
Hide resolved
shared/src/commonMain/kotlin/co/nimblehq/blisskmmic/domain/platform/VersionCode.kt
Outdated
Show resolved
Hide resolved
shared/src/commonMain/kotlin/co/nimblehq/blisskmmic/domain/repository/AppInfoRepository.kt
Outdated
Show resolved
Hide resolved
shared/src/commonTest/kotlin/co/nimblehq/blisskmmic/data/repository/AppInfoRepositoryTest.kt
Outdated
Show resolved
Hide resolved
f16de65
to
c7fe2ba
Compare
c7fe2ba
to
0507a89
Compare
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.
Just a tiny concern, rest lgtm 👍
shared/src/commonMain/kotlin/co/nimblehq/blisskmmic/presentation/model/AccountUiModel.kt
Outdated
Show resolved
Hide resolved
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.
Good to go 🏃♂️
What happened
Add UI model for Logout screen.
Insight
VersionCode
for platform version and build number.AppInfoRepository
for getting data fromVersionCode
.GetAppVersionUseCase
.Proof Of Work