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

Commits on Dec 27, 2022

  1. Use about paths that match existing 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
    
    See #246.
    ezwelty committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    0cc063a View commit details
    Browse the repository at this point in the history
  2. Replace /entry path with existing /locations

    - /entry/:id -> /locations/:id
    - /entry/new -> /locations/new
    - /entry/edit -> /locations/edit
    
    See #246.
    ezwelty committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    52041c5 View commit details
    Browse the repository at this point in the history
  3. Use auth paths that match existing website

    - /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.
    ezwelty committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    57c88bf View commit details
    Browse the repository at this point in the history
  4. Use /reviews to match style of other paths

    - /review/:id/edit -> /reviews/:id/edit
    ezwelty committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d5db8a2 View commit details
    Browse the repository at this point in the history