CouncilDataProject / seattle_v2

Website for interacting with Seattle's instance of CDP
https://councildataproject.github.io/seattle
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

Fix person page route to include person name in url #58

Open nspilman opened 4 years ago

nspilman commented 4 years ago

Currently the url uses the unique person id in the route to render the correct information in the Person component. This url string should also include the person's name, so that the link can be sent to peers without it being confusing.