AmericaSCORESBayArea / AmericaSCORESBayArea/AmericaScores-CoachApp
more Analytics events around the login UX to help identify and diagnose issues
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
We can't wait for Coaches and Program Managers to contact us. We need to see these situations in real time.
We need the following events added to the Login React Component:
Params { devicetype, OS, ConnectionStatus }
- LoginAttempt {method, value} e.g. "phone", "4155551212"
- LoginAuthResponse {Succeeded|Failed, error code, error text}
### Technical Requirements
The ConnectionStatus is probably not supported in the current libraries. We need to add @react-native-community/netinfo
### Dependencies
This has relevance to our @react-native-async-storage/async-storage implementation for offline use.
__would be nice to remind a coach they need to be connected to be up to date__
See **select_club.component.js**
###Events Added
- [ ] LoginByPhone -- indicates user submitted a phone number for Auth
- [ ] SMSFailed -- confirmation returned FALSE
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.