Skip to content
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

Merged
merged 3 commits into from
Jan 5, 2023

Conversation

blyscuit
Copy link
Owner

@blyscuit blyscuit commented Jan 3, 2023

What happened

Add UI model for Logout screen.

Insight

  • Create VersionCode for platform version and build number.
  • Create AppInfoRepository for getting data from VersionCode.
  • Create GetAppVersionUseCase.
  • Add unit test for new domain layer classes.

Proof Of Work

@github-actions
Copy link

github-actions bot commented Jan 3, 2023

🧛 shared Code Coverage: 82.00%

Coverage of Modified Files:

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

@github-actions
Copy link

github-actions bot commented Jan 3, 2023

Current coverage for Survey is 83.72%

Files changed - -
SurveySelectionContainerView.swift 91.15%
SurveySelectionView.swift 97.06%
AccountView.swift 97.44%

Powered by xcov

Generated by 🚫 Danger

[#22] Rebase fix test

[#21] Rebase

[#23] Fix KIF tests

[#23] Fix KIF tests

[#24] Logout UI integration with test
@blyscuit blyscuit force-pushed the feature/#24-logout-ui-integration branch from f16de65 to c7fe2ba Compare January 4, 2023 05:59
@blyscuit blyscuit requested a review from minhnimble January 4, 2023 06:00
@blyscuit blyscuit force-pushed the feature/#24-logout-ui-integration branch from c7fe2ba to 0507a89 Compare January 4, 2023 06:02
Copy link
Collaborator

@doannimble doannimble left a 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 👍

@blyscuit blyscuit requested a review from doannimble January 4, 2023 07:44
Base automatically changed from feature/#23-logout-ui to develop January 4, 2023 10:25
Copy link
Collaborator

@doannimble doannimble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go 🏃‍♂️

@blyscuit blyscuit merged commit 8612426 into develop Jan 5, 2023
@blyscuit blyscuit deleted the feature/#24-logout-ui-integration branch January 5, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants