As a biohackathon participant, I want to be able to view recent commits so that I can have a rough idea on the amount activity that goes on in one project
Feature:Show GitHub commits in feed
Show the latest 5 commits within the range of 2 days of a given project
Scenario:
When the user loads the feed page
Given he/ she clicks a tab called GitHub
Then the latest 5 commits(within 2 days) of the biohackathon are displayed in descending order[0]
[0] Descending order- The latest commits are shown at the very top
As a biohackathon participant, I want to be able to view recent commits so that I can have a rough idea on the amount activity that goes on in one project
Feature: Show GitHub commits in feed
Show the latest 5 commits within the range of 2 days of a given project
Scenario: When the user loads the feed page Given he/ she clicks a tab called GitHub Then the latest 5 commits(within 2 days) of the biohackathon are displayed in descending order[0]
[0] Descending order- The latest commits are shown at the very top