equal
deleted
inserted
replaced
54 properties: |
54 properties: |
55 - name: priority_group |
55 - name: priority_group |
56 - name: status |
56 - name: status |
57 - name: __key__ |
57 - name: __key__ |
58 |
58 |
59 # used for bulk mailing student and mentors with survey reminders |
59 # Used for bulk mailing student and mentors with survey reminders. Also used |
|
60 # for gathering GradingRecords for evaluation purposes. |
60 - kind: StudentProject |
61 - kind: StudentProject |
61 properties: |
62 properties: |
62 - name: program |
63 - name: program |
63 - name: status |
64 - name: status |
|
65 - name: __key__ |
|
66 |
|
67 # Used to update StudentProjects with the grade_decsion contained in a |
|
68 # GradingRecord. |
|
69 - kind: GradingRecord |
|
70 properties: |
|
71 - name: grading_survey_group |
64 - name: __key__ |
72 - name: __key__ |
65 |
73 |
66 # AUTOGENERATED |
74 # AUTOGENERATED |
67 |
75 |
68 # This index.yaml is automatically updated whenever the dev_appserver |
76 # This index.yaml is automatically updated whenever the dev_appserver |