smbjorklund / elmcip_config

0 stars 0 forks source link

Verify Person migration #17

Closed steinmb closed 2 years ago

steinmb commented 2 years ago

Pending data migration

Other tasks

Drupal 7

Residency

Screenshot 2021-11-12 at 14 09 52

Nationality

We only store country information.

Drupal 9

Drupal 9 and 7 field names are identical.

field_residency, Address (module: address) field_nationality Country (module: address)

steinmb commented 2 years ago

Work in progress in issue #10

steinmb commented 2 years ago

Some fields in there contains sensitive information and should not be visible to the public:

commit a1df366f97592e59e2f266aa29345937e2eff8b9 (HEAD -> main, origin/main) Author: Stein Magne Bjorklund steinmb@smbjorklund.com Date: Fri Nov 12 14:55:11 2021 +0100

New module "drupal/field_permissions"

Allow us to protect information that should not be
public available.
steinmb commented 2 years ago

Privacy thing. Hide gender and protected the author email field.

steinmb commented 2 years ago

Wrote a custom process supporting migrating to country only. Used by us in person residency. Put is as a feature req. in https://www.drupal.org/project/location_migration/issues/3249259

commit smbjorklund/uib_humanists@7f459fa41c5b9fdececec6832b3c73900562edc2 (HEAD -> elmcip, origin/elmcip) Author: Stein Magne Bjorklund steinmb@smbjorklund.com Date: Sat Nov 13 16:33:23 2021 +0100

Correctly migrate recidency and nationality

commit 0af5fbf766420d6b8fc0ce59246c0d8c7ce855c7 (HEAD -> main, origin/main) Author: Stein Magne Bjorklund steinmb@smbjorklund.com Date: Sat Nov 13 16:37:21 2021 +0100

Issue 17 Migrate location data
steinmb commented 2 years ago

Persons are missing the Attachment field_files field.

steinmb commented 2 years ago

commit 0181295f035d489b26c61a310e7e4cd084065d3d (HEAD -> main, origin/main) Author: Stein Magne Bjorklund steinmb@smbjorklund.com Date: Sun Nov 14 13:56:25 2021 +0100

Issue 17 Person attachment missing

- Permissions setting making sure we dont expose
sensitive information.