summaryrefslogtreecommitdiff
path: root/taskapp/views/task.py
AgeCommit message (Expand)Author
2010-02-26now adding mentor for a task happens through request. notifications still pen...nishanth
2010-02-25added events addCredits and assignCredits and modified assign_credits view ac...nishanth
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 ret...nishanth
2010-02-25our task model does not meet out needs. so modified it and added a model call...nishanth
2010-02-25added the capability of adding subtasks/dependencies .nishanth
2010-02-24fixed a bug in add_claim view in views/task .nishanth
2010-02-24modified the assign task view to suit the new designnishanth
2010-02-24modified claim_task view to suit the new designnishanth
2010-02-24modified view task template and view to suit new design.nishanth
2010-02-24updated view task in views to suit the new design .nishanth
2010-02-23added a utility called getTask in task events and made changes in task views ...nishanth
2010-02-05made urls.py look better and added an empty method edit_task to taskViews .nishanth
2010-02-05fixed a bug in views/task/add_mentor method .nishanth
2010-02-05fixed a bug in templates/task/claim.html which required modification of views...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 s...nishanth
2010-02-04renamed users.py to user.py and tasks to task in views folder and updated url...nishanth