Login or Signup

← Back to Task List

pydanny
Assignee: pydanny
State: discussion needed
Creator: pydanny
Created: May 8, 2009
Modified: 11mn, 3wk ago
History of this Task
Nudges: 0

#229: Add related Test and Commit models to Task

Problem

People put in their git commits into the comments. A rare few have done the same for tests. This makes tracking what tasks has commits and/or tests very challenging.

Resolution

Create two new models (Commit and Test) with a 0-to-many related to Tasks.

On the edit task page, when of a set of statuses you'll have the ability to add/view Commit and Test records against the task. Eventually we'll be able to determine how many tasks have tests.

When a Commit and/or Test is created/edited it is marked in the related Task history.

Only Task assignees or Task Managers can edit a Commit or Test record.

Commit might be::

user commit_number (required - char long enough to hold a git SHA) commit_link (html view of the commit) create_date

Test might be::

user instructions (required - default will be python manager.py test <app>) commit_number commit_link create_date

3 comments; Status: none

Comment

Please Login (or Sign Up) to leave a comment