Skip to content
Jay edited this page Nov 17, 2015 · 12 revisions

Welcome to the LeanSheets wiki!

Roadmap

The roadmap is subject to change as priorities change and others start to use the tool. Current thought is that possibly between releases v0.2.x and v0.3.x there might be work done to support exporting data from JIRA, Rally, and supporting Monte Carlo simulations. Also, at some point there will be work to migrate from Google Sheets to a database and back out to Google Sheets. Downloading CSV versions of data that is stored in the database. The ability to export charts will be added as well.

Versions

v0.x.x

  • Migrate data from Google Sheets to server side database
  • Migrate data from server side database to Google Sheets
  • Download data in database as CSV
  • Download charts as PNG and/or PDF
  • Dependency charts with Lead Time data
  • Blocker and Defect clustering
  • Account for Wait Queues

v0.3.5

  • Work Risk profiles

v0.3.4

  • Team Skills Liquidity
  • Chart showing skills needed for work types and team's skill liquidity

v0.3.3

  • System Liquidity chart

v0.3.2

  • Table with metrics about Delivery Rate, Work In Process, and Lead Time

    • Include same metrics outliers removed
  • System Balance chart and table

  • Work item break downs that are defined by data

    • Example:
      • Breakdown of Class of Services (CoS) and by Work Types in each CoS

v0.3.1

  • Failure Demand run chart

v0.3.0

  • Customize charts
    • Lead Time Run Chart / Control Chart
      • Click to remove outliers and recalculate dataset
      • Vertical lines when mouse over shows Annotation (if defined in data)
    • CFD
      • Support multiple columns from data (such as Analysis, Development, Test, etc)
      • Ability to select with checkmark to turn on and off columns in chart

v0.x.x (The work here is subject to change but as of now this is where I envision it possibly going)

  • Exporting data from JIRA
  • Exporting data from Rally
  • Monte Carlo simulation

v0.2.5

  • Application configuration management
    • Ability to create custom mapping between data and charts

v0.2.4

  • Caching data client side
  • Refresh button to update cache before TTL expires
  • Application configuration management
    • Ability to change the caching TTL

v0.2.3

  • Integrate OAuth 2.0 with Google sign in
  • Replace client side call to Google Sheets with a server side call to get data from Google Sheets

v0.2.2

  • Application configuration management
    • Setting to choose file on local file system OR in a database (NoSQL)
    • Requires Nodejs REST service to serve configuration
    • Requires NoSQL such as MongoDB or CouchBase Community (preferred)
    • All services and databases should be Docker containers

v0.2.1

  • Replace Highcharts with D3

v0.2.0

  • Forecasting module based on dataset that is selected via the date range picker and filters that are set.

v0.1.2

  • Gulp integration with web-build framework
  • Docker integration to run LeanSheets inside a container

v0.1.1

  • Fixed issue where when a user switched to a different sheet the sheet dropdown would not reset correctly.

v0.1.0

  • Added dropdown to support multiple spreadsheets as data sources for teams
Clone this wiki locally