CodeForPhilly / codeforphilly.org

http://codeforphilly.github.io/codeforphilly.org/
9 stars 7 forks source link

Research removing /people from site #55

Open machow opened 2 years ago

machow commented 2 years ago

From discussion with leadership (e.g. @mariekers , Kat, and Julia), it sounds like people are on board with removing /people.

tblacknc commented 2 years ago

This looks easily done by putting a redirect in the people.php file:

<?php

Site::redirectPermanent("/", $_GET);

And removing the 2 links in the header.

Editing your profile is in the /profile directory and creating/editing projects in the /projects directory and are verified not to be effected.

tblacknc commented 2 years ago

Did this in 2 PRs, I am sure there is a way to do it in 1 but it wasn't jumping out at me:

Removal of link: http://pr-57.codeforphilly.sandbox.k8s.phl.io/

redirect: http://pr-58.codeforphilly.sandbox.k8s.phl.io/