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
This issue relates to the 'Wiring & navigation behaviour' part of the User Onboarding epic #5315
In #5316, I've wired up the 3 setup screens to be accessible via the top navigation items:
However, at the moment if you submit the form on the 2nd screen, you get setup and signed in, and skip the 3rd screen.
What is supposed to happen, is that submitting the form will cause the setup step to happen, but you won't be signed in (or at least you won't be redirected to the admin screen) until you complete or skip step 3.
As mentioned in the Epic there are a couple of different ways to accomplish this functionality. Ideally the setup step is complete after submitting the form on step 2, but it should also be possible to go back and update your details if you want to. This latter part is quite fiddly as it effects both the blog settings and user (rather than a single model). At the moment this is handled via a special API endpoint which does both - this API endpoint could be updated to have an 'edit' version - this API change is detailed in issue #5342.
If you exit the flow after completing step 2 and come back later, or refresh, you should be taken to the admin screen and skip step 3. The invite user screen is a convenience part of the flow, but is not required so it doesn't make sense to force users back to this screen.
The text was updated successfully, but these errors were encountered:
I've updated this issue to link to a secondary issue for the API change, so that the work can be done separately if desired, alternatively one PR can close both issues.
This issue relates to the 'Wiring & navigation behaviour' part of the User Onboarding epic #5315
In #5316, I've wired up the 3 setup screens to be accessible via the top navigation items:
However, at the moment if you submit the form on the 2nd screen, you get setup and signed in, and skip the 3rd screen.
What is supposed to happen, is that submitting the form will cause the setup step to happen, but you won't be signed in (or at least you won't be redirected to the admin screen) until you complete or skip step 3.
As mentioned in the Epic there are a couple of different ways to accomplish this functionality. Ideally the setup step is complete after submitting the form on step 2, but it should also be possible to go back and update your details if you want to. This latter part is quite fiddly as it effects both the blog settings and user (rather than a single model). At the moment this is handled via a special API endpoint which does both - this API endpoint could be updated to have an 'edit' version - this API change is detailed in issue #5342.
If you exit the flow after completing step 2 and come back later, or refresh, you should be taken to the admin screen and skip step 3. The invite user screen is a convenience part of the flow, but is not required so it doesn't make sense to force users back to this screen.
The text was updated successfully, but these errors were encountered: