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 details)

Uploaded Source

Built Distribution

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

Uploaded Source

File details

Details for the file sss-1.2.tar.gz.

File metadata

  • Download URL: sss-1.2.tar.gz
  • Upload date:
  • Size: 28.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sss-1.2.tar.gz
Algorithm Hash digest
SHA256 3d894976cab053568ea8f20fb0ee66d2adeed9a4bf917a9fafb6ca2169a1fd02
MD5 4d88fb4408bbb9fa20c1e8b36b739812
BLAKE2b-256 6494b2ec41098109dff6ae9866fe7ab4743008fa7715fa402040a6a0cf194d5b

See more details on using hashes here.

Provenance

File details

Details for the file sss-1.2-py2.6.egg.

File metadata

  • Download URL: sss-1.2-py2.6.egg
  • Upload date:
  • Size: 37.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sss-1.2-py2.6.egg
Algorithm Hash digest
SHA256 9901b32335ad1c9b5a6d65a9e00e8f541948e0052fe3589ae3fca2e5a9aa514c
MD5 08ebf49e94d2f1691d319bcec523dc97
BLAKE2b-256 c94c82579c92cb94ca6cb9fba5d490d0c4d7b2d02737e4c27cb95a487a26cae2

See more details on using hashes here.

Provenance

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