Set app callout response for biometric identification#2741
Set app callout response for biometric identification#2741
Conversation
📝 WalkthroughWalkthroughThe changes add a new line in the Sequence Diagram(s)sequenceDiagram
participant Handler as IdentityCalloutHandler
participant BestMatch as BestMatch Object
participant Result as MatchResult
participant Callout as IntentCallout
Handler->>BestMatch: Retrieve best match
BestMatch->>Result: getMatchResult()
Result->>Handler: Return strength value
Handler->>Handler: getStrengthText(strength)
Handler->>Callout: setNodeValue(formDef, intentQuestionRef, strengthText)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Should this be merged or closed ? |
Summary
This is a small improvement to the biometric identification workflow using the app callout widget. Currently there is no indication of a successful identification (see image below) which makes it hard for the user to realize the outcome unless they move to the next question, which is when there is usually a text with the result. This PR sets the response of the identity callout to be the score of the biometric match.

Product Description
The new behaviour sets the response as:

Safety Assurance