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

Pull open source contributions of a member #5

Open
Mariatta opened this issue Aug 27, 2024 · 0 comments
Open

Pull open source contributions of a member #5

Mariatta opened this issue Aug 27, 2024 · 0 comments
Milestone

Comments

@Mariatta
Copy link
Member

Mariatta commented Aug 27, 2024

Admin can trigger the process manually.
Otherwise, it will run periodically on daily basis.

Background task

  • use GitHub API to get get merged and newly created contributions
  • store the records we already found on database
  • when calling API only fetch records not yet on database (based timestamp of last run)

Create the model of "Member Contribution": The PR object

  • member id (foreign key)
  • repo (foreign key)
  • url/commit hash.

Create the model for repo/project

  • the repo URL
  • other repo metadata like logo, description, tag, category,
  • GitHub ID
  • GitHub name
@Cheukting Cheukting added this to the Phase 1 milestone Aug 27, 2024
@Mariatta Mariatta added this to the Phase 1 milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants