An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Taskcardmaker
---------------

[![Build Status](https://secure.travis-ci.org/halimath/taskcardmaker.png?branch=master)](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.