Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Event Creation - Self check-in flow (EXPOSUREAPP-6299) #2812

Merged
merged 9 commits into from
Apr 13, 2021

Conversation

jurajkusnier
Copy link
Contributor

Fix self-check-in flow

@jurajkusnier jurajkusnier added bug Something isn't working maintainers Tag pull requests created by maintainers labels Apr 12, 2021
@jurajkusnier jurajkusnier added this to the 2.0.0 milestone Apr 12, 2021
@jurajkusnier jurajkusnier requested a review from a team April 12, 2021 15:24
@chiljamgossow chiljamgossow self-assigned this Apr 13, 2021
Copy link
Contributor

@chiljamgossow chiljamgossow left a comment

Choose a reason for hiding this comment

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

Tested, LGTM

Copy link
Contributor

@mtwalli mtwalli left a comment

Choose a reason for hiding this comment

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

Not a blocker , I think clearHistory is more suitable than cleanHistory

@@ -53,7 +53,8 @@ class CheckInsFragment : Fragment(R.layout.trace_location_attendee_checkins_frag
factory as CheckInsViewModel.Factory
factory.create(
savedState = savedState,
deepLink = navArgs.uri
deepLink = navArgs.uri,
cleanHistory = navArgs.cleanHistory
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it is better if you call it clearHistory

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have nothing against using clear vs clean it could be refactored later

@mtwalli mtwalli self-assigned this Apr 13, 2021
@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

19.0% 19.0% Coverage
0.0% 0.0% Duplication

@jurajkusnier jurajkusnier merged commit ba1eefb into release/2.0.x Apr 13, 2021
@jurajkusnier jurajkusnier deleted the fix/6299-self_checkin_flow branch April 13, 2021 13:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working maintainers Tag pull requests created by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants