-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
T4hTime Estimate 4 HoursTime Estimate 4 HourselixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalitypriority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Description
While it's not possible to see Who
has downloaded/used our repos from NPM
or Hex.pm
we can establish a reasonable proxy simply by seeing Who
has starred our various repos and then extracting their Company
info from their GitHub
profile. This is a task I've been meaning to do for years and would really like to have done.
It may appear to be a "vanity metric" on the surface, but I intend to use it on our Website as a "Social Proof".
Todo
- Define the schema for
profile
Feat: Create (GitHub
)profile
schema to storepublic
profile data #85 - Use both
scraping
and theGitHub API
to create a database of thepeople
who have starred, watched or contributed to our repos onGitHub
List repository contributors #20 - Once the
profile
data for all thepeople
("users") has been populated into the DB,
we can easily select thecompany
field and see the list of companies thosepeople
work for.
iteles
Metadata
Metadata
Assignees
Labels
T4hTime Estimate 4 HoursTime Estimate 4 HourselixirPull requests that update Elixir codePull requests that update Elixir codeenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalitypriority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependencies
Type
Projects
Status
🔖 Ready for Development
Status
More ToDo ThanCanEver Be Done