一个可重用的django应用程序,它基于trello板和雀斑条目创建烧毁图表。

django-trello-freckle-sprints的Python项目详细描述


一个可重用的Django应用程序,帮助将雀斑时间条目与Trello连接起来 卡。

对于雀斑,当你追踪花在某张卡片上的时间时,只需添加 cXXX到条目描述,其中XXX是来自trello的卡id (当你打开一张卡片时,你可以在url中看到这一点)。

有关更多信息,请参阅下面的使用章节

安装

从PyPi获得最新的稳定版本

pip install django-trello-freckle-sprints

从github获取最新提交

pip install -e git+git://github.com/bitmazk/django-trello-freckle-sprints.git#egg=sprints

sprints添加到INSTALLED_APPS

INSTALLED_APPS=(...,'sprints',)

sprintsurl添加到urls.py

urlpatterns=[url(r'^sprints/',include('sprints.urls')),]

设置

TRELLO_开发者密钥

将其设置为[trello developer key](https://trello.com/1/appKey/generate)。

trello_开发者_secret

将其设置为[trello developer secret](https://trello.com/1/appKey/generate)。

trello_oauth_代币

TOdo:描述如何获取令牌

将此设置为您的OAuth令牌。为了得到你的秘密你可以逃跑 ipdb

from trello.util import create_oauth_token
create_oauth_token(expiration='never', scope='read', key='yourkey', secret='yoursecret')
# follow the instructions and note down your token and secret

特雷洛·奥古斯·托恩·塞特

将此设置为您的oauth令牌机密

雀斑标志

将此设置为雀斑API标记。您可以在Settings > API下找到它。

雀斑帐户名

将此设置为您的雀斑帐户名。这是您在 变成雀斑。

用法

冲刺计划

要获得当前待办事项的概述,请访问/sprints/backlog/。 输入trello board id,包含您的backlog和 每小时收费。

您将看到一个表,其中显示了每张卡的估计时间和成本 选定的列表总数会让你知道 考虑到当前的功能范围,整个项目将是一个整体。

为了计划下一个sprint,启用每张卡旁边的复选框 直到所选的总数与您可以在 冲刺。

sprint概述

要了解sprint的概述,请访问/sprints/sprint/

待办事项:详细说明

贡献

如果您想参与此项目,请执行以下步骤

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-trello-freckle-sprints
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Springboot数据JPA findByDate()   java是否可以有多个顶级树节点?   javahibernatehql。子查询中的多个   使用Twilio验证java Keyclope电话号码   java重写对象的toString()表示返回意外的符号   java Android最多每15分钟调用一个方法,否则使用保存的数据   在java swing中突出显示jeditorpane中的一些单词   java将时间戳转换为UTC时区   由于main中存在ArrayIndexOutOfBoundsException,导致java编译错误   java如何通过requestscope获取对象内部对象的值?   java访问安卓代码内的网站并检索生成的图像   java这种日期格式的模式是什么?   java解析包含超链接的xml字符串