metacran / metacranweb

Web pages for metacran
http://www.r-pkg.org
13 stars 6 forks source link

People with multiple email addresses #36

Open gaborcsardi opened 9 years ago

gaborcsardi commented 9 years ago

We should have some way to declare that they are the same person. Eg. Hadley with a gmail and an rstudio address.

hadley commented 9 years ago

:+1:

restonslacker commented 9 years ago

a reasonable first step would be to be case insensitive to email addresses. e.g. both http://www.r-pkg.org/maint/Abdelmoneim.Amer@uni-duesseldorf.de and http://www.r-pkg.org/maint/abdelmoneim.amer@uni-duesseldorf.de exist as different entries.

nuest commented 6 years ago

What about a JSON file in the repo that get's loaded into redis on startup? People could add their own emails via PR to such a "database".