Skip to content
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

😤 Match paths of existing website #345

Merged
merged 4 commits into from
Dec 30, 2022
Merged

😤 Match paths of existing website #345

merged 4 commits into from
Dec 30, 2022

Conversation

ezwelty
Copy link
Collaborator

@ezwelty ezwelty commented Dec 27, 2022

The following path changes are proposed for backwards compatibility with the existing website (and all the links in the wild to said website):

  • /about/project -> /about
  • /about/press -> /press
  • /about/share -> /sharing
  • /about/data -> /data + /datasets (combines both pages)
    Deprecated alternate paths /maps and /inventories are ignored.
  • /about/dataset/:id -> /imports/:id
  • /entry/:id -> /locations/:id
  • /entry/new -> /locations/new
  • /entry/edit -> /locations/edit
  • /account -> /users/edit
  • /login -> /users/sign_in
  • /signup -> /users/sign_up
  • /password -> /users/password
  • /password/reset -> /users/password/new
  • /password/set -> /users/password/edit (API update required)
  • /confirmation/new -> /users/confirmation/new
  • /confirmation -> /users/confirmation (API update required)
  • /review/:id/edit -> /reviews/:id/edit

See #246.

- /about/project -> /about
- /about/press -> /press
- /about/share -> /sharing
- /about/data -> /data + /datasets (combines both pages)
  Deprecated alternate paths /maps and /inventories are ignored.
- /about/dataset/:id -> /imports/:id

See #246.
- /entry/:id -> /locations/:id
- /entry/new -> /locations/new
- /entry/edit -> /locations/edit

See #246.
- /account -> /users/edit
- /login -> /users/sign_in
- /signup -> /users/sign_up
- /password -> /users/password
- /password/reset -> /users/password/new
- /password/set -> /users/password/edit (API update required)
- /confirmation/new -> /users/confirmation/new
- /confirmation -> /users/confirmation (API update required)

See #246.
- /review/:id/edit -> /reviews/:id/edit
@github-actions github-actions bot changed the title Match paths of existing website 😤 Match paths of existing website Dec 27, 2022
@ezwelty ezwelty marked this pull request as ready for review December 28, 2022 08:13
@ezwelty ezwelty added the P0 label Dec 28, 2022
Copy link
Collaborator

@SirajChokshi SirajChokshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ezwelty ezwelty merged commit eef24b9 into main Dec 30, 2022
@ezwelty ezwelty deleted the match-old-paths branch December 30, 2022 08:53
ezwelty added a commit that referenced this pull request Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants