Skip to content
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

Notify Admin by tracking user's LinkedIn profile on its any experience changes. #839

Closed
3 tasks
sarvaiyanidhi opened this issue Mar 24, 2023 · 5 comments
Closed
3 tasks
Assignees
Labels
help wanted Looking for help from the community $25 bounty

Comments

@sarvaiyanidhi
Copy link
Contributor

Need to notify admin on weekly basis on any changes in user's LinkedIn profile related to its experience.

Linkedin profile will be tracked using external service https://nubela.co/proxycurl/

A PR addressing this issue should

  • New table developer_linkedin_profile_details storing all information related to developer's linkedin profile like current_company_name, start_date, title, location. Note, additional fields apart from company name are stored just for information now and can be used later.
  • Script running weekly fetching LinkedIn details and storing in database
  • Script notifying admin on any experience changes in developer's profile every week.
@joemasilotti
Copy link
Owner

Thanks for kicking this off @sarvaiyanidhi!

My only addition is that we will be doing something very similar for GitHub soon. See #779.

And if we could model the new table to handle both somehow that would be great.

@sarvaiyanidhi
Copy link
Contributor Author

Actually, I did see that and had same thought of having single table storing all external information of developer's profile but as it is still in progress so can we come back and refactor to store information later from single table.

Another option, I can create generic table for now to create linkedin information and later on we can migrate Github changes to this table once it is done.

@joemasilotti
Copy link
Owner

I'm happy to go with whatever you think is best. Just wanted to call out the GitHub integration in case it changed how you would structure stuff. :)

@sonyco-4u

This comment was marked as spam.

@joemasilotti
Copy link
Owner

Closed via #845.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Looking for help from the community $25 bounty
Projects
Status: No status
Development

No branches or pull requests

3 participants