chaoss / chaoss/grimoirelab-sortinghat
Support list of names in the parser to match profiles by name
Open
enhancement
- Dominant language
- Python
- Stars
- 58
- Forks
- 89
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 2
Description
In the same way SortingHat supports a list of emails when parsing an identities file using GrimoireLab format, SH should also support this file including a list of names or aliases. Having this list would allow to match profiles using different names. After including this change, the YAML file could contain an entry like this one:
```
- profile:
name: Tom Marvolo Riddle
alias:
- Tom M. Riddle
- Tom Riddle
enrollments:
- organization: Dark Arts, Inc.
email:
- tom.riddle@dark.org
- tommriddle@users.noreply.github.com
```
Contributor guide
Assessment
This issue has not been assessed yet.