It might be messy to merge the records manually, since Posts and Memberships will have to be recreated.
I'll come up with an App to sort that out. It'll be generic enough to be used by other PopIt instances.
The frontend app will probably be an AngularJS application.
The backend app will be a simple passthrough program. (If CORS is allowed then this one will not be necessary)
Workflow
Select list of person records to be merged.
Select a primary person record (all the rest of the records will be merged to this)
The person_id for the rest of the memberships and posts belong to others will be replaced by the primary's.
Any variant of name will be added to the primary as alternative name.
It might be messy to merge the records manually, since Posts and Memberships will have to be recreated. I'll come up with an App to sort that out. It'll be generic enough to be used by other PopIt instances.
The frontend app will probably be an AngularJS application. The backend app will be a simple passthrough program. (If CORS is allowed then this one will not be necessary)
Workflow