Names Mapping and Special Cases
Names Mapping
| Name | Also seen in logs as… |
|---|---|
| Francisco Ryan Tolmasky I | "Francisco Ryan Tolmasky", "Francisco Tolmasky", and "tolmasky" |
| Nicholas Small | "nciagra" |
| Tom Robinson | "Thomas Robinson" and "tlrobinson" |
| Vijay Duvvuri | "vijaykiran" |
| cacaodev | "M ESCO" |
Special Cases
# Note that this method is responsible for extracting names as they appear
# in the original string, and correct typos if needed. Canonicalization is
# done elsewhere.
def self.handle_special_cases(name, fallback)
name
end
