aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-24 03:32:57 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-24 03:32:57 +0000
commitcbcf2f83d7a11895deeb1234504dd767d8826d4d (patch)
tree86152f775f2d959e0fddded220d27373b4a4aba8
parentc5fa21db9ad2b129adceacddfbde62724d15886c (diff)
updated todo lst
-rw-r--r--node_simple.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/node_simple.js b/node_simple.js
index f57b3aa..e18839b 100644
--- a/node_simple.js
+++ b/node_simple.js
@@ -6,12 +6,16 @@
* 2. add upload date and user name ? DONE
* 3. remove exam ? DONE
* 4a. get all questions for a given exam_id ? DONE
- * 4b. add exam id to each question returned. ? PENDING
+ * 4b. add exam id to each question returned. ? NO NEED
* 6. get all solutions provided question_id and exam_id ? DONE
- * 5. solutions ? CURRENTLY WORKING ON -- need to add field for solutions provider, and updating.
+ * 5. solutions ? DONE -- need to add field for solutions provider, and updating. DONE
* 7. add university field to courses, exams ? PENDING
* 8. make a user ? DONE
* 9. update user info when they comment or post a solution ? PENDING
+ * 10. comment_history ? DONE
+ * 11. solutions_history ? DONE
+ * 12. voting for solutions ? DONE
+ *
* */