FE Principal Take Home
Welch Canavan
8.25.2021
Glossary of Terms
1
2
Solution #1:
The Happy Path
3
Presumptions:
- SSO Exists, the landing page and user questions views have access to the same sessions
4
5
6
Work Breakdown
User Question Service BE | User Question Service FE | Registration Service |
Add capability for anonymous sessions on BE | Add capability to store/retrieve anonymous sessions on FE | |
Add ability to begin user questions in unauthenticated state | ||
Add ability to hand off initiated user questions to registration | Add ability to return to user questions from registration | |
Build in protections for potential mismatches between views and user progress in the flow (e.g. someone clears browser cookies before finishing registration)
7
Why?
1. Help build engagement toward registration
2. Collect more user data
8
Solution #2:
The MVP
9
Work Breakdown
User Question Service BE | User Question Service FE | Registration Service |
Add capability to store/retrieve initial state from local storage | ||
Add ability to begin user questions in unauthenticated state | ||
Add ability to hand off initiated user questions to registration | Add ability to return to user questions from registration | |
Build in protections for potential mismatches between views and user progress in the flow (e.g. someone clear's browser cookies before finishing registration)
10
Solution #3:
The Kitchen Sink
11
12
Questions?
13
deck
By welch canavan
deck
- 183