Page MenuHomePhabricator

Link root of The Wikipedia Library to new homepage
Closed, ResolvedPublic

Description

Currently, the redesigned Wikipedia Library homepage is located at /homepage instead of the root of the project. After merging T282114, the new homepage redesign should live at the root of the project, and the current view should be located at /home.

Acceptance Criteria

  • The redesigned homepage should be at the root of the project.
  • If a user is not logged in and tries to access another URL other than the homepage, the current behavior should still be implemented.
  • If a user is logged in and tries to access the homepage, they should be redirected to /home.

Event Timeline

If a user is not logged in and tries to access another URL other than the homepage, they should be redirected there.

This criteria needs to be adjusted - this should be the case for all login required URLs, but otherwise the site should behave as it currently does (e.g. logged out users can still visit /partners without logging in)

Code looks good, but we're freezing deployment until we come back from break.

Deployed! Everything seems to be working as intended.