-
Notifications
You must be signed in to change notification settings - Fork 6
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
Revert Navigation Changes #524
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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.
I've looked through the code changes and generally look fine, but I haven't spend too much time on getting a comprehensive overview given the large PR. I've run some tests and done the following enrolments which all worked fine:
- Selfie Enrolment
- Selfie Authentication
- Enhanced Selfie Enrolment
- Enhanced Selfie Authentication
- Document Verification
- Biometric KYC
@@ -37,13 +85,21 @@ enum class DocumentCaptureSide { | |||
fun DocumentCaptureScreen( | |||
jobId: String, | |||
side: DocumentCaptureSide, | |||
onError: (Throwable) -> Unit, | |||
showInstructions: Boolean, |
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.
Do all those shuffling around of params cause some breaking changes on someone who integrated it already?
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.
Yes, we will need to rework the integrations later - esp on Flutter and RN
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.
- I think there is elements we need to take from the previous work like back button click events we've said we won't do nav on ios as well but we need the back/up click event to work as expected
- On cancel we also need the results for cancelled events which builds up on top of the above point not sure if it's the sample app only but on back click there is no toast/event to show this
Addressed on Slack |
Story: https://app.shortcut.com/smileid/story/xxx
Summary
A few sentences/bullet points about the changes
Known Issues
Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.
Test Instructions
Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.
Screenshot
If applicable (e.g. UI changes), add screenshots to help explain your work.