ddicorpo / RecruitInc

2018 - 2019 Capstone Project for Team RecruitInc
Other
1 stars 0 forks source link

Optimise Data Gathering #164

Closed Winterhart closed 5 years ago

Winterhart commented 5 years ago

Description

As a HR person working for IBM consulting, I want irrelevant data to be filtered out.

Risk

LOW

Value

MEDIUM

Story points

2

General Description

Optimize data gathering by skipping repositories where the user has no commits.

How

Acceptance Criteria

Data isn't gathered on repository where user has no commits.

Acceptance Tests

Test Description Step # Expected Output Actual Output Pass/Fail
Run the queues to gather scan user's on a given location 1 Repositories with no commits by given user are ignored (do not appear in output) Repositories with no commits by given user are ignored PASS
MewtR commented 5 years ago

Solved by #167.