nameisxi / outliers-backend

0 stars 0 forks source link

Add more intelligent field updating to GithubObjectCreator #14

Closed nameisxi closed 2 years ago

nameisxi commented 2 years ago

Currently the GithubObjectCreator uses update_or_create() quite heavily. The downside of this method is that it blindly overrides old data, includes programming_language_count in GithubRepo model objects and Candidate model objects ranking scores.

Desired functionality would be to only update fields that have changed.