summaryrefslogtreecommitdiff
path: root/taskapp/forms/task.py
AgeCommit message (Collapse)Author
2010-03-02implemented edit_task functionality.nishanth
2010-02-28no bogus post request can be made now in addmentor page.nishanth
2010-02-28deducing previous credits for a task using the request model. with a few ↵nishanth
changes, we can ditchax the credits model.
2010-02-25added capability to remove an assigned user.nishanth
2010-02-25finished assign_credits view. hav to integrate it with requests now.nishanth
2010-02-25added the capability to remove subtasks/dependencies .nishanth
2010-02-25modified 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-25our 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-25added the capability of adding subtasks/dependencies .nishanth
2010-02-22made changes in addtaskform to suit tagging.nishanth
2010-02-04added the functionality to assign a task to one of the claimed users.nishanth
2010-02-04addded link to view claims in 'view task' page .nishanth
2010-02-04implemented "add another mentor" functionality to a task.nishanth
2010-02-04implemented 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-04created forms, views, templates, actions for home_page, browse_task.nishanth