Removed TODO from ProjectSurvey and GradingProjectSurvey views.
authorLennard de Rijk <ljvderijk@gmail.com>
Tue, 04 Aug 2009 16:52:41 +0200
changeset 2725 09b5bfc5707f
parent 2724 8df4563fb2eb
child 2726 0d9e4b0a9d3c
Removed TODO from ProjectSurvey and GradingProjectSurvey views.
app/soc/views/models/grading_project_survey.py
app/soc/views/models/project_survey.py
--- a/app/soc/views/models/grading_project_survey.py	Tue Aug 04 16:46:47 2009 +0200
+++ b/app/soc/views/models/grading_project_survey.py	Tue Aug 04 16:52:41 2009 +0200
@@ -123,7 +123,6 @@
     # TODO: Ensure that this doesn't break when someone is a mentor for
     # a lot of organizations.
 
-    # TODO(ljvderijk) transform StudentProject to handle multiple surveys
     fields = {'mentor': mentor_entities,
               'status': 'accepted'}
 
--- a/app/soc/views/models/project_survey.py	Tue Aug 04 16:46:47 2009 +0200
+++ b/app/soc/views/models/project_survey.py	Tue Aug 04 16:52:41 2009 +0200
@@ -191,7 +191,6 @@
 
     student_entity = student_logic.getForFields(fields, unique=True)
 
-    # TODO(ljvderijk) transform StudentProject to handle multiple surveys
     fields = {'student': student_entity,
               'status': 'accepted'}