Giter Site home page Giter Site logo

thoughtworks / metricating-api Goto Github PK

View Code? Open in Web Editor NEW
11.0 22.0 8.0 651 KB

A system that collects issue tracker data to visualize agile team metrics

License: MIT License

JavaScript 100.00%
visualization jira nodejs expressjs trello project-managment leadtime throughput

metricating-api's Introduction

Build Status Test Coverage Mutation testing badge Maintainability Known Vulnerabilities Total alerts Language grade: JavaScript dependencies Status devDependencies Status

License: MIT

metricating-api

This is Metricating API, a system that collects issue tracker data to visualize agile team metrics.

Status

We are currently working to report a team's throughput over a given period of time from Trello.

Contributing

Before pushing to the repo please do

$ npm run ๐Ÿ‘Œ

or

$ npm run awesome

Features

Metric \ Issue tracker Jira Trello
Throughput 4 โณ
Lead time 5 2
Lead time breakdown 6 3

Where

  • N: priority
  • โณ: in progress
  • โœ…: supported

metricating-api's People

Contributors

dependabot[bot] avatar piperamirez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

metricating-api's Issues

Throughput tests throw unhandled promise rejection warnings

Running throughput.validate.route.test.js results in many UnhandledPromiseRejectionWarning.

(node:13748) UnhandledPromiseRejectionWarning: it is invalid format
(node:13748) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:13748) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:13748) UnhandledPromiseRejectionWarning: TypeError: next is not a function
(node:13748) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:13748) UnhandledPromiseRejectionWarning: it is invalid format
(node:13748) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3)
(node:13748) UnhandledPromiseRejectionWarning: TypeError: next is not a function
(node:13748) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
 PASS  app/routes/throughput.validate.route.test.js
  test validation definition
    โœ“ returns array with validations (5ms)
    โœ“ start field is not empty with message "it is mandatory"  (1ms)
    โœ“ end field is not empty with message "it is mandatory"  (1ms)
    โœ“ periodTime field is not empty with message "it is mandatory"  (1ms)
    โœ“ periodTime field is in day or week values with message "must be a "day" or "week" values" 
    โœ“ start field is valid format with message "it is invalid format"  (1ms)
    โœ“ when call validator for start field with invalid date time return Promise Rejected (5ms)
    โœ“ end field is valid format with message "it is invalid format" 
    โœ“ when call validator for end field with invalid date time return Promise Rejected (1ms)

Test Suites: 1 passed, 1 total
Tests:       9 passed, 9 total
Snapshots:   0 total
Time:        1.054s

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.