0.0.20 • Published 7 months ago

made-report-lib v0.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.0.19

8 months ago

0.0.18

8 months ago

0.0.17

8 months ago

0.0.16

8 months ago

0.0.15

8 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago