Skip to main content

Simple django application for generate burndown graphics.

Project description

https://badge.fury.io/py/burndown_for_what.png https://travis-ci.org/guilhermemaba/burndown_for_what.png?branch=master

Simple django application for generate burndown graphics.

Documentation

The full documentation is at https://burndown_for_what.readthedocs.org.

Quickstart

Install burndown_for_what:

pip install burndown_for_what

In your django project, configure settings.py:

INSTALLED_APPS = (
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'burndown_for_what',
    'rest_framework',
)
GITHUB_DATA = {
    'login': 'your@login.com',
    'password': 'your_token',
    'user': 'org_or_user',
    'repo': 'repository',
}

And then yours urls.py:

from django.conf.urls import include, url
from django.contrib import admin

urlpatterns = [
    url(r'^admin/', include(admin.site.urls)),
    url(r'^burndown/', include('burndown_for_what.urls')),
]

You need to creating a sprint and their dailys, when saving the sprint, will be sought all github data.

https://cloud.githubusercontent.com/assets/6231505/14302236/211a8ef6-fb75-11e5-9299-016c362aff57.png

That’s it, run the project server:

(virtualenv)guilhermemaba test_scrum # ./manage.py runserver
Performing system checks...

System check identified no issues (0 silenced).
October 26, 2015 - 22:25:16
Django version 1.8.5, using settings 'test_scrum.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

You can access http://127.0.0.1:8000/burndown/sprint/1/

https://cloud.githubusercontent.com/assets/6231505/14302015/cb503f40-fb72-11e5-9019-e1afc1e798da.png

Features

  • TODO

Cookiecutter Tools Used in Making This Package

  • cookiecutter

  • cookiecutter-djangopackage

  • django-rest-framework

History

0.1.0 (2015-10-02)

  • First release on PyPI.

0.1.1 (2015-10-28)

  • Created fixtures.

  • Adjusted config files and docs.

0.1.2 (2015-11-02)

  • Created management score unplanned.

0.1.3 (2016-04-21)

  • Github integration.

  • Deleted some unnenecessary fields in the schema.

  • The look of burndown was improved.

  • Corrected some bugs.

  • Bumpversion configured correctly

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

burndown_for_what-0.1.3.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

burndown_for_what-0.1.3-py2.py3-none-any.whl (14.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file burndown_for_what-0.1.3.tar.gz.

File metadata

File hashes

Hashes for burndown_for_what-0.1.3.tar.gz
Algorithm Hash digest
SHA256 04dc0a30c7ac6aaf9b4b6d05e8a57f9ffcf43327e839d14ff1eb8918d0bda02b
MD5 866d253dec6e2eb54f31f5b7b1655551
BLAKE2b-256 3dd7e612b901b38dbc2a8c1fe2a4992af1fc8ff9806b6e8e9fd0afd0a28bb2d2

See more details on using hashes here.

File details

Details for the file burndown_for_what-0.1.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for burndown_for_what-0.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 313a2716babdd986301ca08b8ea671370b128e371780cfeddf74522ef615d5dc
MD5 a7c1e5f1e3081b998632f675d50228d5
BLAKE2b-256 db6eef4e91e344035c96b2fac45413058f8ab76155ea516f661b430c79f2987c

See more details on using hashes here.

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