localgovdrupal / localgov_outpost

Outpost directory integration for LocalGov Drupal
0 stars 0 forks source link

Outpost migration: accessibility options for faceted filters #15

Closed finnlewis closed 1 year ago

finnlewis commented 1 year ago

When migrating location data in from Outpost, we get locations with a list of accessibility options.

At Greenwich, we want to filter the directory by a facet of this list.

See https://gitlab.com/rbgreenwich/dev/gcd/gcd-drupal/-/issues/102

Discussing with @ekes - we think adding a multivalue string field for accessibility

So we add a field like localgov_outpost_accessibility_list and migrate the options in there as strings.

finnlewis commented 1 year ago

Fixed with https://github.com/localgovdrupal/localgov_outpost/pull/16 and https://github.com/localgovdrupal/localgov_outpost/pull/17