From bf27f5ec429604748b395300809a53be29448432 Mon Sep 17 00:00:00 2001 From: Alex Worrad-Andrews Date: Wed, 3 Jul 2024 11:07:16 +0100 Subject: [PATCH] MAP-434 - Surface Address Picker In Data Mapping (#117) * Add Address Picker to sources available * Linting fix * Further linting --- hub/enrichment/sources/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hub/enrichment/sources/__init__.py b/hub/enrichment/sources/__init__.py index 7b97b1ee4..35e90b93f 100644 --- a/hub/enrichment/sources/__init__.py +++ b/hub/enrichment/sources/__init__.py @@ -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", + }, ], }, }