0.0.20 • Published 10 months ago

made-report-lib v0.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Made Metrics Report

A TypeScript library to generate agile metrics and reports in Markdown format, making it easy to visualize and analyze data from your agile process.

🚀 Features

Markdown Reports

  • Sprint Reports: Automatic generation of sprint reports including:

    • Completed stories
    • Sprint velocity
    • Burndown chart
    • Impediments and risks
    • Retrospective
  • Backlog Insights: Clear visualization of your backlog with:

    • Stories distribution by epic
    • Estimates
    • Prioritization
    • Dependencies
  • Roadmap Visualization: Visual mapping of your roadmap including:

    • Major milestones
    • Delivery dependencies
    • Estimated timeline
    • Strategic objectives

Advanced Metrics

Throughput Analysis

  • Automatic delivery rate calculation
  • Trends over time
  • Pattern and anomaly identification
  • Historical data-based forecasts

Cumulative Flow Diagram

  • Workflow visualization
  • Bottleneck identification
  • WIP (Work in Progress) analysis
  • Cycle time and lead time

Monte Carlo Simulation

  • Probabilistic delivery forecasts
  • Risk analysis
  • Confidence intervals for estimates

🛠 Installation

npm i made-report-lib

📖 How to Use

import { ReportManager } from "made-report-lib"

const report = new ReportManager ()
const dbpath = "./example"
report.createReport(dbpath)

Referencia

0.0.20

10 months ago

0.0.19

11 months ago

0.0.18

11 months ago

0.0.17

11 months ago

0.0.16

11 months ago

0.0.15

11 months ago

0.0.14

11 months ago

0.0.13

11 months ago

0.0.12

11 months ago

0.0.11

11 months ago

0.0.10

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago