Replies: 1 comment
-
|
After some discussion in Discord, the All existing routes are left intact, so users can still browse See #556 The new "optimal" flow is now:
Will make additional improvements to the getting started flow in a future PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have two mostly-parallel content structures in Namesake:
This split makes some amount of sense from a content architecture perspective (form content is stored in code; guide content comes from the CMS). But from a user perspective, it can be confusing.
For example, to understand how to file a court order in Massachusetts, the current "optimal" flow is:
We should consider potentially merging these two areas of the site into one unified list of "places to change your name" which include a) the step-by-step "guide" content, b) any associated forms.
Ideally we should be able to do this while:
If we do end up unifying any of this structure, we should also make sure that existing URLs all have permanent 301 redirects to the new paths.
Beta Was this translation helpful? Give feedback.
All reactions