Description
As a new member, I want my dashboard to transition to the standard view so I’m not stuck in the new member experience after I’m fully onboarded
Acceptance Criteria
Proposed Solution
There's already existing route logic that decides which home page to render. I can just add a newMember case there. If user is in the new member state, render NewMemberHomePage instead of MemberHomePage. Just need to figure out how to assign a user's state after we decide on the expiry condition.
Mocks
No response
Description
As a new member, I want my dashboard to transition to the standard view so I’m not stuck in the new member experience after I’m fully onboarded
Acceptance Criteria
Proposed Solution
There's already existing route logic that decides which home page to render. I can just add a newMember case there. If user is in the new member state, render NewMemberHomePage instead of MemberHomePage. Just need to figure out how to assign a user's state after we decide on the expiry condition.
Mocks
No response