Closed finnlewis closed 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.
Fixed with https://github.com/localgovdrupal/localgov_outpost/pull/16 and https://github.com/localgovdrupal/localgov_outpost/pull/17
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.