Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.52 KB

README.md

File metadata and controls

50 lines (44 loc) · 1.52 KB

jQit

####Requirements:

  • Make the tracking code public
  • Monitor all repositories
  • Track pull requests and issues
  • Track opens and closes, not just total open count
  • Track average age
  • Push the data into Splunk
  • Track age range (as well as average age)
  • Track average age at which issues get closed
  • Track average age at which PRs get closed
  • Track % PRs that get closed as opposed to merged (if possible)
  • View tracking by team (i.e. all repos that fall under the chosen team)
  • For each repo, view who created PRs over time
  • For each repo, view who closed issues
  • For each repo, view who closed/landed PRs
  • For each repo, track issues that are assigned vs not assigned

Actual requirements can be found [here] requirements.


Implementation Requirements

Implementation

In the Terminal.

$ cd jquery-issue-tracker-0.1.0
$ npm install --save
$ node server.js

Open the browser and enter the URL

localhost:3000

####Enjoy!!!