-
Notifications
You must be signed in to change notification settings - Fork 60
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
- add city via the admin portal
- 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 Leighwhere the location id and name match those you entered into the database - update the generated files in
pages/{locationId}andpartials/{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