Skip to main content

Simple Scrum System is a basic Django-based Scrum-like project manager. It takes advantage of the automagic admin contrib site.

Project description

Quick start

  • Install it as a normal django application,

  • Sync your DB.

  • Use it through your admin site.

Done.

Overview

Simple Scrum System is a basic Django-based Scrum-like project manager. It takes advantage of the automagic admin contrib site.

Features

With Simple Scrum System, you can:

  • add items to your backlog (including a free text area to describe them),

  • evaluate and rate them with story points and assign them priority

  • mark tasks as done

  • see your burndown chart

Usual workflow

  1. Go to the admin site and select the “sss” section.

  2. add one or as many as you want backlog items you need / want.

  3. once you have sorted them by priority, you must select the ones you will add to your first sprint.

    1. on the list page, select the checkboxes of the “n” first elements until your sprint is “full” (i.e. your maximum velocity is reached)

    2. On the dropdown combo, pick the “Assign these items to current sprint” option.

    3. Click on submit. Here you are, you now have your sprint backlog ready.

  4. Work on these features. Once they’re done, mark them as done.

  5. Once your sprint is over (i.e. all of the features are done), you’ll have to:

    1. Select the tasks on the list page,

    2. On the dropdown combo, pick the “Unassign these items out of the current sprint” option.

    3. Click on submit.

Repeat the step 3 as many times as possible, until all of your tasks are done.

Parameters

In the sss/conf/settings.py file, you can adapt your sprint length. SPRINT_NORMAL_DURATION is the number of days since the start of the sprint.

You may want to edit the burndown graph size by changing the BURNDOWN_GRAPH_DIMENSIONS parameter.

Please note it’s a tuple looking like: (width, height).

License

Simple Scrum System is published under the terms of the WTFPL, as follows:

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sss-1.2.tar.gz (28.5 kB view hashes)

Uploaded Source

Built Distribution

sss-1.2-py2.6.egg (37.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page