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

Add "incomplete" boolean to users table for incomplete profiles #5

Closed
simonw opened this issue Sep 14, 2019 · 2 comments
Closed

Add "incomplete" boolean to users table for incomplete profiles #5

simonw opened this issue Sep 14, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Collaborator

simonw commented Sep 14, 2019

User profiles that are fetched from e.g. stargazers (#4) are incomplete - they have a login but they don't have name, company etc.

Add a incomplete boolean flag to the users table to record this. Then later I can add a backfill-users command which loops through and fetches missing data for those incomplete profiles.

@simonw simonw added the enhancement New feature or request label Sep 14, 2019
@simonw
Copy link
Collaborator Author

simonw commented Nov 3, 2019

Might not need an incomplete boolean - may be possible to handle this with alter=True and then by filtering for users with null values in certain columns.

@simonw simonw modified the milestone: 1.0 Mar 23, 2020
@simonw
Copy link
Collaborator Author

simonw commented Mar 23, 2020

Yeah alter=True means that this isn't necessary.

@simonw simonw closed this as completed Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant