summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-27notifications work for approving and rejecting credits.nishanth
2010-02-27modified the notifications model. the sent_to is now a foreign key. now if ↵nishanth
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
2010-02-27created a view for about pages and added about pages for mentor and addmentors.nishanth
2010-02-27added the functionality to close a task.nishanth
2010-02-26homepage now displays a list of unpublished tasksnishanth
2010-02-26taking care if publish task post request is made again. added published_date ↵nishanth
field to task.
2010-02-26now notification depends on id and not pos.nishanth
2010-02-26now rid is not the position argument. it is request id.nishanth
2010-02-26seed_db now creates 20 tasks.nishanth
2010-02-26moved the getTask method to task_utilities.nishanth
2010-02-26did lots and now id field in task is a random keynishanth
2010-02-26modified image storage.nishanth
2010-02-26now if a task is closed/completed all its pending requests will be made invalid.nishanth
2010-02-26modified request model.nishanth
2010-02-26added an attribute called is_valid to request model just in case we need it ↵nishanth
in future.
2010-02-26mark task as complete functionality is added.nishanth
2010-02-26added option of specifying if previous mentors and comments must be removed ↵nishanth
in publish task event.
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-26completed the process_request part.nishanth
2010-02-26now view request shows a better message if role is MT .nishanth
2010-02-26now adding mentor for a task happens through request. notifications still ↵nishanth
pending though
2010-02-25added the field remarks in request model.nishanth
2010-02-25added the functionality to view each notificationnishanth
2010-02-25now unread requests appear in bold.nishanth
2010-02-25added browse_notifications functionality .nishanth
2010-02-25now admin can accept a request for assigning credits.nishanth
2010-02-25assign_credits event now creates a proper request object .nishanth
2010-02-25mergedanoop
2010-02-25changed the homepage view as well as index.html.anoop
2010-02-25added events addCredits and assignCredits and modified assign_credits view ↵nishanth
accordingly.
2010-02-25added the event completeTask.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 ↵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-24merged.anoop
2010-02-24updated create_request utility.anoop
2010-02-24modified requests to match the new model.nishanth
2010-02-24changed request model.anoop
2010-02-24merged.nishanth
2010-02-24added accept_assign_credits requestnishanth
2010-02-24changed the method reply_to_request to accept request object instead of ↵anoop
request id.
2010-02-24added pynts in create_request utility.anoop
2010-02-24added attribute pynts to request model.anoop