Closed jgentes closed 8 years ago
I made some fixes for the 'add company' workflow to fix one issue where every 'update' was creating a new company record. So be sure to pull the latest from master.
Will do, thanks
FYI, I'm working on changes to the 'add company' workflow for the resources feature, so I'll take care of this one.
Currently, when a user adds a company to the system, it uses the AngelList API to find a match based on the company name. If a match is found, it will:
1. Pull that company record from AngelList
Or, a user may decide to add the company manually, and we search based on the name to find duplicates.
The problem is that both of these approaches are based on name searches, so it's easy to add duplicates.
Instead, I'd like to have the user enter the url of the company website. Based on the url, we search locally first, then if no match is found, we search AngelList.
Here's an example of a company record: