Comment #5 on issue 1779 by
winsonta...@gmail.com:
Oh, you're right, for the sort by recipient,
currently we show an invalid mailto link, but I think we should hide them.
For the sort by giver, we show something like:
From: Team 1 [
student...@gmail.com's Team],
so I thought it was fine, but I have just realized the email address
contains even the "...'s Team" part.
So for this case, do you want me to
1. keep the text "
student...@gmail.com's Team" and just fix the email
address, or
2. do you want to just hide the mailto link altogether?
I personally prefer hiding the link altogether, because it looks cleaner.
Another thing is if I'm to implement this, I have a question regarding the
test case involved.
As I mentioned, I cannot seem to add a response for when giver and
recipient is a team, even though
I add this at the end of InstructorFeedbackResultsPageUiTest.json:
"response14":{
"feedbackSessionName":"First Session",
"courseId":"CFResultsUiT.CS2104",
"feedbackQuestionId":"4",
"feedbackQuestionType":"TEXT",
"giverEmail":"
CFResultsU...@gmail.com",
"recipientEmail":"Team 2",
"responseMetaData":{
"value":"Response from team 1 (by alice) to team 2."
}
},