datacommonsorg / website

Code for the Data Commons website
https://datacommons.org
Apache License 2.0
21 stars 76 forks source link

[Place Page Revamp] Add a new development endpoint #4295

Closed juliawu closed 1 month ago

juliawu commented 1 month ago

Adds a new endpoint to hold the revamped place pages while in development.

In particular, changes include:

An example:

/dev-place/geoId/667000 Screenshot 2024-06-03 at 12 28 09 PM

juliawu commented 1 month ago

lgtm in general.

i'd lean towards making a new directory, rather than using things within /place. that will make it easier to switch over once dev is completed. it'll also help to avoid any unintended dependencies

Good idea, switched to using a new directory "/dev_place"