Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(861)

Issue 79760043: Issue 1725 : Email Links in Instructor feedback page

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by shrianu410
Modified:
10 years, 5 months ago
Reviewers:
arnold.koroa, damith
Visibility:
Public.

Description

Issue 1725 : Email Links in Instructor feedback page

Patch Set 1 #

Patch Set 2 : Issue 1725 : Color of link changed to white #

Total comments: 1

Patch Set 3 : Issue 1725 : Changes Updated #

Patch Set 4 : Issue 1725 #

Total comments: 3

Patch Set 5 : Issue 1725 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -2 lines) Patch
M src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp View 1 2 3 4 1 chunk +8 lines, -1 line 0 comments Download
M src/main/webapp/jsp/instructorFeedbackResultsByRecipient.jsp View 1 2 1 chunk +9 lines, -1 line 0 comments Download
M src/main/webapp/stylesheets/instructorFeedbacks.css View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackResultsPageOpen.html View 1 2 3 5 chunks +15 lines, -0 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackResultsSortGiver.html View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M src/test/resources/pages/instructorFeedbackResultsSortRecipient.html View 1 2 3 5 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 2
arnold.koroa
https://codereview.appspot.com/79760043/diff/20001/src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp File src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp (right): https://codereview.appspot.com/79760043/diff/20001/src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp#newcode57 src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp:57: <%=responsesFromGiver.getValue().get(responsesFromGiver.getValue().keySet().toArray()[0]).get(0).giverEmail%></a> ]</h2> Maybe split these up and assign them ...
10 years, 5 months ago (2014-03-26 09:40:42 UTC) #1
damith
10 years, 5 months ago (2014-04-09 10:06:14 UTC) #2
https://codereview.appspot.com/79760043/diff/60001/src/main/webapp/jsp/instru...
File src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp (right):

https://codereview.appspot.com/79760043/diff/60001/src/main/webapp/jsp/instru...
src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp:54: Map<String,
List<FeedbackResponseAttributes> > senderData = responsesFromGiver.getValue();
sender or giver?

https://codereview.appspot.com/79760043/diff/60001/src/main/webapp/jsp/instru...
src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp:55: Object[]
senderDataArray =  senderData.keySet().toArray();
is this array necessary?

https://codereview.appspot.com/79760043/diff/60001/src/main/webapp/jsp/instru...
src/main/webapp/jsp/instructorFeedbackResultsByGiver.jsp:56: String targetEmail
= senderData.get(senderDataArray[0]).get(0).recipientEmail;
recipientEmail or giverEmail?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b