You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a VA Mobile App user, I want to give meaningful feedback to my app development team, so that I can feel like my needs are being heard and met.
As part of this story we want to:
Include all relevant analytics for in app feedback.
Acceptance Criteria
On submission of feedback a new event (vama_feedback_submitted) will be created with these event params:
Firing Screen (Rx Refill, sent message etc) : string.
TaskAttempted: string.
OverallSatisfaction: string.
On dismissal of the screen without completion create a new event (vama_feedback_closed). No params
When prompted if a user wants to leave feedback, log both actions affirmative and negative. New event (vama_left_feedback) Boolean parameter 'response' for yes/no.
Create the 'feedback sent' snackbar with only a dismiss button.
Ticket Checklist
Acceptance criteria defined
Labels added (front-end, back-end, feature)
Linked to an Epic
The text was updated successfully, but these errors were encountered:
dumathane
changed the title
Copy of InAppFeedback - Create Feedback Screen
Copy of InAppFeedback - Create Analytics for Feedback Screen
Oct 24, 2024
dumathane
changed the title
Copy of InAppFeedback - Create Analytics for Feedback Screen
InAppFeedback - Create Analytics for Feedback Screen
Oct 24, 2024
Verified that the in app feedback screen works as expected by running the appropriate test cases here. One bug (not related to this ticket but related to in app feedback) was found during testing involving our regex logic and what is considered PII here. Approved by QA.
Description
As a VA Mobile App user, I want to give meaningful feedback to my app development team, so that I can feel like my needs are being heard and met.
As part of this story we want to:
Acceptance Criteria
On dismissal of the screen without completion create a new event (vama_feedback_closed). No params
When prompted if a user wants to leave feedback, log both actions affirmative and negative. New event (vama_left_feedback) Boolean parameter 'response' for yes/no.
Create the 'feedback sent' snackbar with only a dismiss button.
Ticket Checklist
The text was updated successfully, but these errors were encountered: