-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pia 4595 extract feedback from cleanup #360
Conversation
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.
Sorry for the many requests. Most of them are about the documentation.
Please also update the extraction feedback integration tests:
- Rename to
TransferSummaryIntegrationTest
- Replace deprecated
cleanup()
withsendTransferSummary()
andcleanup()
.
The integration tests can be found here:
- capture-sdk/default-network/src/androidTest/java/net/gini/android/capture/network/ExtractionFeedbackIntegrationTest.kt
- bank-sdk/sdk/src/androidTest/java/net/gini/android/bank/sdk/ExtractionFeedbackIntegrationTest.kt
Thank you!
capture-sdk/sdk/src/main/java/net/gini/android/capture/GiniCapture.java
Outdated
Show resolved
Hide resolved
capture-sdk/sdk/src/main/java/net/gini/android/capture/GiniCapture.java
Outdated
Show resolved
Hide resolved
capture-sdk/sdk/src/main/java/net/gini/android/capture/GiniCapture.java
Outdated
Show resolved
Hide resolved
capture-sdk/sdk/src/main/java/net/gini/android/capture/GiniCapture.java
Outdated
Show resolved
Hide resolved
bank-sdk/sdk/src/main/java/net/gini/android/bank/sdk/GiniBank.kt
Outdated
Show resolved
Hide resolved
capture-sdk/sdk/src/main/java/net/gini/android/capture/GiniCapture.java
Outdated
Show resolved
Hide resolved
...sdk/example-app/src/main/java/net/gini/android/bank/sdk/exampleapp/ui/ExtractionsActivity.kt
Outdated
Show resolved
Hide resolved
capture-sdk/sdk/src/main/java/net/gini/android/capture/GiniCapture.java
Outdated
Show resolved
Hide resolved
3890d11
to
b6826e6
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.
Nice! 👏
/** | ||
* Provides transfer summary to Gini. | ||
* | ||
* Please provide the required transfer summary to improve the future extraction accuracy. |
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.
[Suggestion] we have 4 sentences in row, which are starting from Please
. I propose to keep it till Please follow the recommendations below
and remove other please after.
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.
@zladzeyka Just to be on the same page, you mean I delete the please
s after the first one?
…arate methods PIA-4595
…e methods PIA-4595
- rename ExtractionFeedbackIntegrationTest to TransferSummaryIntegrationTest - rename feedback to transfer summary in comments and menu items - add some information about how to use sendTransferSummary method - enhance Kotlin and Java docs PIA-4595
b6826e6
to
a32ba46
Compare
No description provided.