Skip to content

Commit

Permalink
MAP-434 - Surface Address Picker In Data Mapping (#117)
Browse files Browse the repository at this point in the history
* Add Address Picker to sources available

* Linting fix

* Further linting
  • Loading branch information
conatus authored Jul 3, 2024
1 parent fdb9df1 commit bf27f5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hub/enrichment/sources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@
"value": "dates[0].polling_station.station.id",
"label": "Nearest Polling Station ID",
},
{
"value": "address_picker",
"label": "Address Picker",
"description": "True if we need to show this user an address picker, as their postcode has more than one polling station",
},
],
},
}

0 comments on commit bf27f5e

Please sign in to comment.