taskapp/views/task.py
Sat, 27 Feb 2010 17:20:22 +0530 nishanth added notifications for approval and rejection of a mentor.
Sat, 27 Feb 2010 00:48:50 +0530 nishanth added the functionality to close a task.
Fri, 26 Feb 2010 22:45:19 +0530 nishanth taking care if publish task post request is made again. added published_date field to task.
Fri, 26 Feb 2010 16:15:58 +0530 nishanth moved the getTask method to task_utilities.
Fri, 26 Feb 2010 13:22:13 +0530 nishanth mark task as complete functionality is added.
Fri, 26 Feb 2010 11:29:25 +0530 nishanth now task page displays only undeleted comments. and publish task removes previous comments.
Fri, 26 Feb 2010 02:52:32 +0530 nishanth added the functionality to publish a task.
Fri, 26 Feb 2010 01:51:55 +0530 nishanth now deleted tasks cannot be viewed by anyone
Fri, 26 Feb 2010 01:43:24 +0530 nishanth updated browse_tasks page. now it does not display deleted or unpublished tasks.
Fri, 26 Feb 2010 01:23:17 +0530 nishanth updated show_msg method to also use the user variable in the context.
Fri, 26 Feb 2010 00:17:54 +0530 nishanth now adding mentor for a task happens through request. notifications still pending though
Thu, 25 Feb 2010 17:00:18 +0530 nishanth added events addCredits and assignCredits and modified assign_credits view accordingly.
Thu, 25 Feb 2010 16:17:56 +0530 nishanth added capability to remove an assigned user.
Thu, 25 Feb 2010 06:07:55 +0530 nishanth finished assign_credits view. hav to integrate it with requests now.
Thu, 25 Feb 2010 04:38:50 +0530 nishanth added the capability to remove subtasks/dependencies .
Thu, 25 Feb 2010 04:01:11 +0530 nishanth modified the name of assign_task_form to choice form since all it does is return a form with choices and made change accordingly.
Thu, 25 Feb 2010 03:47:23 +0530 nishanth our task model does not meet out needs. so modified it and added a model called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
Thu, 25 Feb 2010 02:11:49 +0530 nishanth added the capability of adding subtasks/dependencies .
Wed, 24 Feb 2010 16:47:09 +0530 nishanth fixed a bug in add_claim view in views/task .
Wed, 24 Feb 2010 16:35:09 +0530 nishanth modified the assign task view to suit the new design
Wed, 24 Feb 2010 16:08:31 +0530 nishanth modified claim_task view to suit the new design
Wed, 24 Feb 2010 13:14:00 +0530 nishanth modified view task template and view to suit new design.
Wed, 24 Feb 2010 11:04:11 +0530 nishanth updated view task in views to suit the new design .
Tue, 23 Feb 2010 12:16:28 +0530 nishanth added a utility called getTask in task events and made changes in task views accordingly
Fri, 05 Feb 2010 17:21:00 +0530 nishanth made urls.py look better and added an empty method edit_task to taskViews .
Fri, 05 Feb 2010 16:35:32 +0530 nishanth fixed a bug in views/task/add_mentor method .
Fri, 05 Feb 2010 16:05:54 +0530 nishanth fixed a bug in templates/task/claim.html which required modification of views/task.py; also changed the no.of char limit on task title .
Thu, 04 Feb 2010 23:15:37 +0530 nishanth added the functionality to assign a task to one of the claimed users.
Thu, 04 Feb 2010 23:10:30 +0530 nishanth addded link to view claims in 'view task' page .
Thu, 04 Feb 2010 22:37:15 +0530 nishanth implemented "add another mentor" functionality to a task.
Thu, 04 Feb 2010 22:27:47 +0530 nishanth implemented create task view which needed task.py in events. added a method show_msg to views/user.py and used it in logoff view.
Thu, 04 Feb 2010 22:21:44 +0530 nishanth renamed users.py to user.py and tasks to task in views folder and updated urls.py accordingly .
less more (0) tip