jbholden / cdcpool_google

0 stars 1 forks source link

Need better way to handle players with the same abbreviated name #25

Open jbholden opened 10 years ago

jbholden commented 10 years ago

The code needs to be updated to handle players with the same abbreviated name better. The current method is to list all the players with the same name and then edit the file /scripts/fbpool_player_name.py to handle the conflicting names. I would like for the code to figure this out automatically.

This issue may not be necessary once the Player data model is updated with fields for the full name and a public display name. However, in that case there might be an issue with players with the same first name and last name.