summaryrefslogtreecommitdiff
path: root/taskapp/views/task.py
AgeCommit message (Collapse)Author
2010-03-01finalised the view_task page.nishanth
2010-03-01now if a task has subs, it will remain locked forever.nishanth
2010-02-28modified add_user and rem_user methods to also include the mentor who is ↵nishanth
doing it.
2010-02-28ditchaxed credit model.nishanth
2010-02-28no bogus post request can be made now in addmentor page.nishanth
2010-02-28now a user cannot make two requests to another user for mentoring a task.nishanth
2010-02-28added the functionality to request a user to be AD MG DV.nishanth
2010-02-28now all the pages show number of unread beside requests and notifications ↵nishanth
link in sidebar.
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-28now view credits page shows all the credits.. including the pending and ↵nishanth
rejected ones.
2010-02-27added notifications for approval and rejection of a mentor.nishanth
2010-02-27added the functionality to close a task.nishanth
2010-02-26taking care if publish task post request is made again. added published_date ↵nishanth
field to task.
2010-02-26moved the getTask method to task_utilities.nishanth
2010-02-26mark task as complete functionality is added.nishanth
2010-02-26now task page displays only undeleted comments. and publish task removes ↵nishanth
previous comments.
2010-02-26added the functionality to publish a task.nishanth
2010-02-26now deleted tasks cannot be viewed by anyonenishanth
2010-02-26updated browse_tasks page. now it does not display deleted or unpublished tasks.nishanth
2010-02-26updated show_msg method to also use the user variable in the context.nishanth
2010-02-26now adding mentor for a task happens through request. notifications still ↵nishanth
pending though
2010-02-25added events addCredits and assignCredits and modified assign_credits view ↵nishanth
accordingly.
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-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
accordingly
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 ↵nishanth
views/task.py; also changed the no.of char limit on task title .
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-04renamed users.py to user.py and tasks to task in views folder and updated ↵nishanth
urls.py accordingly .