A small and easy-to-use application for intergrating SCRUM in your Django life
Project description
A small and easy-to-use application for intergrating SCRUM in your Django life
Built upon https://github.com/i-break-codes/scrum-board
Documentation
The full documentation is at https://django-scrumboard.readthedocs.io.
Quickstart
Install django-scrumboard:
pip install django-scrumboard
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_scrumboard',
...
)
Add django-scrumboard’s URL patterns:
from django_scrumboard import urls as django_scrumboard_urls
urlpatterns = [
...
url(r'^', include(django_scrumboard_urls)),
...
]
Features
TODO
Add delete validation with id, title (prevent deleting other task due to offline != server tasks)
Remove CSRF token from saved tasks
Add configs
Add wrong form alerts
Add alerts about offline, tasks read/created/updated/deleted online/offline
Save created tasks offline
Fix delete/update syncronisation between offline/online
Add permission checks
Use django template engine instead of handlebars (?)
Show user when he is offline/online
Add service worker
Running Tests
I’m not the tests guy, I can’t get myself to write them. Maybe later i will write some - now they are useless. You can still try to launch them - no promises.
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2016-11-27)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-scrumboard-0.1.0.tar.gz
.
File metadata
- Download URL: django-scrumboard-0.1.0.tar.gz
- Upload date:
- Size: 53.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33dec35ed95c379c408da60d27237d0014825924eda544d2228b22560d5ca2c2 |
|
MD5 | 5c4861f7ebfc46953167976589092381 |
|
BLAKE2b-256 | 203c914b6e01a4ad61d1c6fa97beb94b1bc136a5df9b5b7d4d5c8be7620ed365 |
File details
Details for the file django_scrumboard-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_scrumboard-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 61.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 526ef3d7e9fbe712ff2f2f8a6b68f317fbfe034b56a37a8ed45e7f3e26876f9f |
|
MD5 | f7b7b1997d3daf699fcefe4b20f4b73a |
|
BLAKE2b-256 | 1bd56ed885e3785dfd8c07cab892c7538455870e5b9977dfb81f39666fc1479b |