From 32905830ea7cef86e9fa19f4fd1f39b511c49156 Mon Sep 17 00:00:00 2001 From: yzhao430 <46793310+yzhao430@users.noreply.github.com> Date: Thu, 28 Feb 2019 23:44:54 -0800 Subject: [PATCH] Code review comments --- front/src/components/Comment.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/front/src/components/Comment.jsx b/front/src/components/Comment.jsx index 33aa83e..b4b02f9 100644 --- a/front/src/components/Comment.jsx +++ b/front/src/components/Comment.jsx @@ -4,6 +4,15 @@ import React, { Component } from "react"; import Like from "./like"; import axios from "axios"; +/* CodeReview : First of all, great work and beautiful user interface of your project.*/ +// It has many features and I believe it can help students when they are confused about which courses to choose. + +// There are some minor changes that you might want to consider. +// After I leave a comment, the username does not match with what I have registered and it shows the same username all the time. + +// Hope this can help. Good luck! + + // list all the comments comment professor and course class Comment extends Component { @@ -209,4 +218,4 @@ class Comment extends Component { -export default Comment; \ No newline at end of file +export default Comment;