Page MenuHomePhabricator

Add abstraction to parse addresses and obtain structured data from them
Open, Needs TriagePublic

Description

The goal of this task is to write the logic that will link the CampaignEvents extension to the pelias API. I'm thinking we'll need classes for the following:

  • A value object to represent an address
  • An AddressParser service that turns a string into an Address object (and would do that with pelias)

We do NOT need pelias to implement this right now, because Address would contain no structured data.