-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply Redirection strategy #11280
Comments
ID to UID: explore having a helper function on the server side that looks if the URL matches the fetched document's ID. If so, change that part of the URL to be the fetched document's UID. URL structure changes: For pages. We still have the file
|
For the "URL structure changes" part I think we've got this under control and are taking it case by case, with more info on each strategy documented in PRs. For the "ID->UID" bit, as we have an idea for a strategy and have to wait until we're done with all the other changes, I will renaming this ticket "Apply redirection strategy" and move it back to Next. It will serve to track the work done on that bit. |
https://www.notion.so/wellcometrust/Url-work-planning-86445fd42f724eb69a55961db7a4dd57
We need to plan when and how we do the redirects.
ID to UID
This can be done whenever as both are currently supported.
We need to determine HOW to do it though.
URL structure changes
The code with the changes will have to be merged before the redirects are applied.
We might want to display a banner on the website during this deployment as some pages will 404 until redirects are applied.
The text was updated successfully, but these errors were encountered: