-
Notifications
You must be signed in to change notification settings - Fork 18
[EPIC] Showing list of users that worked at certain companies. #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After discussion, we would add companies via We can let the companies display on an user's profile instead of creating a new "company profile" as well. |
Seems like Linkedin API does not provide any functionality for looking up companies, but we can hopefully use a third-party such as this one In terms of commands, I wish to support the following The schema will be something like the following
The companylink can act as a natural primary key since its unique to the company Once a company is enrolled, an individual can add it to their profile by either
.company profile .company find .company unenroll |
Thanks for scoping this out! :DDDD If there are no suitable alternatives, I don't think the lower tier is that unreasonable price-wise. although Pico and I would need to discuss this with the other executives first. This would definitely be the quickest option time-wise. The web scraper approach would not involve any costs - I'm just concerned of the time that it would take to complete such a scraper. In lieu of a dedicated info command, I think we should have a For |
I think there should also be a For the |
It'd be useful for users to find people who worked at certain companies. Users who wish to be associated to a certain company can opt into this feature. The system could be similar to the interviewers feature with these commands:
.company <company_name>
.company add <company_name>
.company delete <company_name>
.company profile
The text was updated successfully, but these errors were encountered: