Skip to content

New Location Considerations

James Cross edited this page Aug 12, 2019 · 10 revisions

When a new location joins the Street Support Network, we need to do a few things manually:

Add the city to the database

  • add location details to database
    1. add city via the admin portal
    2. rebuild the admin project in travis-ci to pull down the new location info and allow admins to start adding services
  • add user as a city admin

Create the location pages

  • get hub header illustration from Liam ([email protected])
  • create new og image for new location
  • gather emergency help copy
  • in streetsupport-web, run the gulp task gulp add-new-location --locationId wigan-and-leigh --locationName Wigan and Leigh where the location id and name match those you entered into the database
  • update the generated files in pages/{locationId} and partials/{locationId/
  • add hub as a location in the blog
  • add new empty page, using the template hub-home-page

Publish to environment

  • set the city to public via the admin portal
  • push new location pages to github to trigger build

Clone this wiki locally