krzysztofr / Scrum-card-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrum card generator - modified

Scrum card generator is a simple card generator that is only based on html and javascript. With no backend it can be run every where and caching can be set to rock hard.

Usage

The input is a six column based csv table with properties

Story number,Title,Estimate

at specified order.

Columns

  • Story number -- Story number from Jira
  • Title -- Title of the card that just sums up what the story is about.
  • Estimate -- The estimate of difficulty and size of the story.

About


Languages

Language:HTML 100.0%