-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Track eight events from Pinwheel modal interactions
These events cover most of what we're hoping to instrument for future Pinwheel sessions. In the order a user may experience them: 1. `PinwheelShowProviderConfirmationPage` - sent when a provider confirmation screen is shown (e.g. "Amazon" showing multiple platforms like A to Z and ADP) 2. `PinwheelShowLoginPage` - sent when the first screen of a login is shown (whether it's employer disambiguation, username/password, or other input required by user) 3. `PinwheelAttemptLogin` - sent when the user attempts login (sent only once on the first screen even if there are subsequent screens for MFA or other employer-specific questions). Unfortunately, there are no Pinwheel events on the subsequent login pages. 4. `PinwheelError` - sent when an error occurs, likely an incorrect login or MFA code, but also a system error. 5. `PinwheelSuccess` - sent when the login completes. If the user doesn't follow the intended path through the modal, they may trigger: 6. `PinwheelShowDefaultProviderSearch` - sent when the user deselects the employer or platform and returns to the beginning of the pinwheel modal 7. `PinwheelAttemptClose` - shown when the user clicks the "X" in the modal, before confirming the closure 8. `PinwheelCloseModal` - shown when the modal actually closes
- Loading branch information
Showing
3 changed files
with
67 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters