dmaclean / dfs-python

Tools for DFS data collection and projection creation.
11 stars 2 forks source link

Do name mapping lookups if no direct match in BBR #37

Closed dmaclean closed 10 years ago

dmaclean commented 10 years ago

Currently, if we can't find a player in BBR data base on the name provided by the Rotowire lineups page, then we just skip the user. There is a name_mapping table in MongoDB that houses the name for each player in BBR and other sites (currently just Rotowire). This should be consulted when we don't get a hit.

dmaclean commented 10 years ago

Fixed. This will be responsible for mappings of names between different sites (i.e. BBR <—> Rotowire).

Files modified: