Giter Club home page Giter Club logo

sss's Introduction

===================
Simple Scrum System
===================

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.

.. note::

    Don't forget you have filters that'll help you to navigate through the "done
    / not yet done" and "current / out of current sprint" backlog elements.

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 <[email protected]>

    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.


sss's People

Contributors

brunobord avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.