index
:
pytask/.git
master
A web application for managing task based workflows.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
taskapp
/
forms
/
task.py
Age
Commit message (
Collapse
)
Author
2010-02-25
added capability to remove an assigned user.
nishanth
2010-02-25
finished assign_credits view. hav to integrate it with requests now.
nishanth
2010-02-25
added the capability to remove subtasks/dependencies .
nishanth
2010-02-25
modified the name of assign_task_form to choice form since all it does is ↵
nishanth
return a form with choices and made change accordingly.
2010-02-25
our task model does not meet out needs. so modified it and added a model ↵
nishanth
called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
2010-02-25
added the capability of adding subtasks/dependencies .
nishanth
2010-02-22
made changes in addtaskform to suit tagging.
nishanth
2010-02-04
added the functionality to assign a task to one of the claimed users.
nishanth
2010-02-04
addded link to view claims in 'view task' page .
nishanth
2010-02-04
implemented "add another mentor" functionality to a task.
nishanth
2010-02-04
implemented create task view which needed task.py in events. added a method ↵
nishanth
show_msg to views/user.py and used it in logoff view.
2010-02-04
created forms, views, templates, actions for home_page, browse_task.
nishanth