ProjectSidewalk / SidewalkWebpage

Project Sidewalk web page
http://projectsidewalk.org
MIT License
84 stars 25 forks source link

Adds configs for LA & Mendota, fixes internationalization bug in navbar #3651

Closed misaugstad closed 2 months ago

misaugstad commented 2 months ago

Resolves #3644 Resolves #3648

Adds configs for the new LA and Mendota, IL servers. I also fixed a bug where city/state/country names weren't being translated correctly due to a caching issue.

I also added a database evolution to fix the mission_type_id in our db. This was an issue because of how we wrote our evolutions in the past. It had no impact on any of the code running on our servers, but it would cause problems when trying to manually run queries on the dbs because IDs weren't consistent between cities.