swmcc / changelog.swm.cc

https://changelog.swm.cc
0 stars 0 forks source link

Start to use the API for Github to get contributions #5

Open swmcc opened 1 year ago

swmcc commented 1 year ago

Feature: Fetching Open Source Contributions As a user I want to fetch my open source contributions So that I can keep track of my contributions on multiple platforms

Scenario: Fetching open source contributions from GitHub Given I am logged in to GitHub When I request my open source contributions Then I should see a list of my public and private contributions

Scenario Outline: Fetching open source contributions from multiple platforms Given I am logged in to When I request my open source contributions Then I should see a list of my public and private contributions on

Examples:
  | platform  |
  | GitHub    |
  | GitLab    |
  | BitBucket |

--

In the first scenario, the user wants to fetch their open source contributions from GitHub specifically. In the second scenario, the user wants to fetch their open source contributions from multiple platforms, including GitHub, GitLab, and BitBucket.

Note that this is just an example, and the actual implementation may differ depending on the specific requirements and APIs of each platform.

swmcc commented 1 year ago

In Progress - spiked some code - https://github.com/swmcc/spike-node-github-contribution