raspibo/eventman

merge duplicated persons

alberanid opened this issue · 1 comments

It should be possible to merge duplicated persons.

This problem is somehow complex, since it's not possible to detect duplicated persons in a fully automated way. Plus, persons registered for an event have they own data connected to the event, and that should NOT be merged.
Another issue is related to some fields that are now text but should be transformed to lists (think about emails).

It could probably implemented introducing a redirect based on the person_id, connecting "clones" to a main entry.

No more needed, since we've removed the Person collection.