https://github.com/halimath/taskcardmaker
Google App Engine application to create story and task cards used in agile software development.
https://github.com/halimath/taskcardmaker
Last synced: over 1 year ago
JSON representation
Google App Engine application to create story and task cards used in agile software development.
- Host: GitHub
- URL: https://github.com/halimath/taskcardmaker
- Owner: halimath
- Created: 2012-05-26T14:10:24.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T10:33:42.000Z (over 13 years ago)
- Last Synced: 2025-01-22T03:27:27.736Z (over 1 year ago)
- Language: Python
- Size: 1.22 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Taskcardmaker
---------------
[](http://travis-ci.org/halimath/taskcardmaker)
*Taskcardmaker* is an Google App Engine hosted web application that
provides an easy to use editor to create story and taskcards typically
used by agile software development teams that use scrum, kanban or a similar
method.
Taskcardmaker provides an easy to use editor with a preview system that can be
used in team meetings when tasks are written (such as a sprint planning
meeting). When all tasks have been collected taskcardmaker can generate a PDF
document ready for printing to bring the task and story cards to your agile
planning board.
Taskcardmaker can be used online free of charge at
[http://taskcardmaker.appspot.com](http://taskcardmaker.appspot.com).
#Third party software used
Taskcardmaker uses [Django](https://www.djangoproject.com/) as the webframework
and the [Reportlab PDF Library](http://www.reportlab.com/software/opensource/)
for generating PDF output. For deployment reasons, reportlab is bundled with
the application. Reportlab published under the terms of the BSD license.