Sun, 28 Feb 2010 03:31:40 +0530 nishanth now requests in sidebar shows the no.of unread notifications.
Sun, 28 Feb 2010 03:01:53 +0530 nishanth deducing previous credits for a task using the request model. with a few changes, we can ditchax the credits model.
Sun, 28 Feb 2010 02:45:21 +0530 nishanth now view credits page shows all the credits.. including the pending and rejected ones.
Sun, 28 Feb 2010 02:07:51 +0530 nishanth added filter on time for view task request notification.
Sun, 28 Feb 2010 01:15:15 +0530 nishanth added next and previous capabilities to requests and notifications.
Sat, 27 Feb 2010 19:21:15 +0530 nishanth implemented notification functionality for AD MG DV.
Sat, 27 Feb 2010 17:20:22 +0530 nishanth added notifications for approval and rejection of a mentor.
Sat, 27 Feb 2010 14:38:01 +0530 nishanth added __unicode__ method to notification and removed useless comments in reply_to_request.
Sat, 27 Feb 2010 14:22:26 +0530 nishanth notifications work for approving and rejecting credits.
Sat, 27 Feb 2010 10:48:43 +0530 nishanth modified the notifications model. the sent_to is now a foreign key. now if we have a new type to be added, we can generate message and sub while creating notification. we can keep track of history using the role field in notification and task/sent_from
Sat, 27 Feb 2010 01:27:35 +0530 nishanth created a view for about pages and added about pages for mentor and addmentors.
Sat, 27 Feb 2010 00:48:50 +0530 nishanth added the functionality to close a task.
Fri, 26 Feb 2010 23:22:23 +0530 nishanth homepage now displays a list of unpublished tasks
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 18:34:30 +0530 nishanth now notification depends on id and not pos.
Fri, 26 Feb 2010 17:49:26 +0530 nishanth now rid is not the position argument. it is request id.
Fri, 26 Feb 2010 16:17:45 +0530 nishanth seed_db now creates 20 tasks.
Fri, 26 Feb 2010 16:15:58 +0530 nishanth moved the getTask method to task_utilities.
Fri, 26 Feb 2010 16:02:32 +0530 nishanth did lots and now id field in task is a random key
Fri, 26 Feb 2010 15:15:16 +0530 nishanth modified image storage.
Fri, 26 Feb 2010 15:00:01 +0530 nishanth now if a task is closed/completed all its pending requests will be made invalid.
Fri, 26 Feb 2010 14:39:47 +0530 nishanth modified request model.
Fri, 26 Feb 2010 14:35:32 +0530 nishanth added an attribute called is_valid to request model just in case we need it in future.
Fri, 26 Feb 2010 13:22:13 +0530 nishanth mark task as complete functionality is added.
Fri, 26 Feb 2010 11:34:17 +0530 nishanth added option of specifying if previous mentors and comments must be removed in publish task event.
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 01:13:14 +0530 nishanth completed the process_request part.
Fri, 26 Feb 2010 00:29:04 +0530 nishanth now view request shows a better message if role is MT .
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 23:49:38 +0530 nishanth added the field remarks in request model.
Thu, 25 Feb 2010 20:13:59 +0530 nishanth added the functionality to view each notification
Thu, 25 Feb 2010 19:46:19 +0530 nishanth now unread requests appear in bold.
Thu, 25 Feb 2010 19:39:02 +0530 nishanth added browse_notifications functionality .
Thu, 25 Feb 2010 18:49:17 +0530 nishanth now admin can accept a request for assigning credits.
Thu, 25 Feb 2010 17:56:42 +0530 nishanth assign_credits event now creates a proper request object .
Thu, 25 Feb 2010 17:37:14 +0530 anoop merged
Thu, 25 Feb 2010 17:33:34 +0530 anoop changed the homepage view as well as index.html.
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:37:46 +0530 nishanth added the event completeTask.
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 20:33:45 +0530 anoop merged.
Wed, 24 Feb 2010 20:32:57 +0530 anoop updated create_request utility.
Wed, 24 Feb 2010 20:13:20 +0530 nishanth modified requests to match the new model.
Wed, 24 Feb 2010 19:52:42 +0530 anoop changed request model.
Wed, 24 Feb 2010 19:18:59 +0530 nishanth merged.
Wed, 24 Feb 2010 19:17:28 +0530 nishanth added accept_assign_credits request
Wed, 24 Feb 2010 19:11:43 +0530 anoop changed the method reply_to_request to accept request object instead of request id.
Wed, 24 Feb 2010 17:23:25 +0530 anoop added pynts in create_request utility.
Wed, 24 Feb 2010 17:11:59 +0530 anoop added attribute pynts to request model.
Wed, 24 Feb 2010 16:52:03 +0530 anoop merged.
Wed, 24 Feb 2010 16:49:30 +0530 anoop added utilities reply_to_request, mark_notification_read, delete_notification and made change to create_request utility.
(0) -100 -60 +60 +100 +300 tip