Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 8625042: Reports - user usefullness (Closed)

Created:
Oct. 18, 2012, 1:17 p.m. by Andrey Novikov
Modified:
Oct. 29, 2012, 12:35 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

Reports - user usefullness

Patch Set 1 #

Patch Set 2 : Reports - report update UI #

Total comments: 7

Patch Set 3 : Reports - user usefulness #

Total comments: 25

Patch Set 4 : Reports - user usefulness #

Total comments: 4

Patch Set 5 : Reports - user usefullness #

Patch Set 6 : Reports - user usefulness #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -34 lines) Patch
M sitescripts/reports/bin/mailDigests.py View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M sitescripts/reports/bin/parseNewReports.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/reports/bin/updateDigests.py View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M sitescripts/reports/schema.sql View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M sitescripts/reports/static/lib/reportsview.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/reports/static/reports.js View 1 2 3 4 9 chunks +81 lines, -8 lines 0 comments Download
M sitescripts/reports/template/digest.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sitescripts/reports/template/report.html View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M sitescripts/reports/utils.py View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M sitescripts/reports/web/updateReport.py View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M sitescripts/utils.py View 1 2 3 4 1 chunk +14 lines, -18 lines 0 comments Download

Messages

Total messages: 14
Andrey Novikov
Oct. 18, 2012, 1:19 p.m. (2012-10-18 13:19:14 UTC) #1
Andrey Novikov
Oct. 18, 2012, 1:35 p.m. (2012-10-18 13:35:45 UTC) #2
Wladimir Palant
What's missing is the integration into the templates system: a particular status normally includes the ...
Oct. 18, 2012, 3:41 p.m. (2012-10-18 15:41:23 UTC) #3
Andrey Novikov
http://codereview.adblockplus.org/8625042/diff/6/sitescripts/reports/bin/parseNewReports.py File sitescripts/reports/bin/parseNewReports.py (right): http://codereview.adblockplus.org/8625042/diff/6/sitescripts/reports/bin/parseNewReports.py#newcode70 sitescripts/reports/bin/parseNewReports.py:70: reportData = {'status': '', 'utility': 0, 'warnings': {}, 'requests': ...
Oct. 18, 2012, 3:51 p.m. (2012-10-18 15:51:28 UTC) #4
Wladimir Palant
http://codereview.adblockplus.org/8625042/diff/6/sitescripts/reports/bin/parseNewReports.py File sitescripts/reports/bin/parseNewReports.py (right): http://codereview.adblockplus.org/8625042/diff/6/sitescripts/reports/bin/parseNewReports.py#newcode70 sitescripts/reports/bin/parseNewReports.py:70: reportData = {'status': '', 'utility': 0, 'warnings': {}, 'requests': ...
Oct. 19, 2012, 10:26 a.m. (2012-10-19 10:26:06 UTC) #5
Andrey Novikov
Now this issue contains a complete update to reports including score calculation and digest generation.
Oct. 19, 2012, 12:56 p.m. (2012-10-19 12:56:33 UTC) #6
Andrey Novikov
Oct. 19, 2012, 12:56 p.m. (2012-10-19 12:56:42 UTC) #7
Wladimir Palant
I still need to review the JavaScript/HTML parts, want to publish the Python code comments ...
Oct. 22, 2012, 1:32 p.m. (2012-10-22 13:32:52 UTC) #8
Wladimir Palant
http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js File sitescripts/reports/static/reports.js (right): http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js#newcode54 sitescripts/reports/static/reports.js:54: return radio[i] Semicolon missing here. http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js#newcode119 sitescripts/reports/static/reports.js:119: var template ...
Oct. 23, 2012, 5:23 a.m. (2012-10-23 05:23:28 UTC) #9
Andrey Novikov
http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js File sitescripts/reports/static/reports.js (right): http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js#newcode54 sitescripts/reports/static/reports.js:54: return radio[i] On 2012/10/23 05:23:28, Wladimir Palant wrote: > ...
Oct. 23, 2012, 2:15 p.m. (2012-10-23 14:15:29 UTC) #10
Wladimir Palant
http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js File sitescripts/reports/static/reports.js (right): http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js#newcode134 sitescripts/reports/static/reports.js:134: var usefulness = document.getElementById("usefulnessCell").getAttribute("value"); I don't really like doing ...
Oct. 25, 2012, 3:12 p.m. (2012-10-25 15:12:55 UTC) #11
Andrey Novikov
http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js File sitescripts/reports/static/reports.js (right): http://codereview.adblockplus.org/8625042/diff/10001/sitescripts/reports/static/reports.js#newcode134 sitescripts/reports/static/reports.js:134: var usefulness = document.getElementById("usefulnessCell").getAttribute("value"); On 2012/10/25 15:12:55, Wladimir Palant ...
Oct. 29, 2012, 7:05 a.m. (2012-10-29 07:05:08 UTC) #12
Wladimir Palant
LGTM Please wait with pushing it - the database needs to be updated first, after ...
Oct. 29, 2012, 8:36 a.m. (2012-10-29 08:36:08 UTC) #13
Andrey Novikov
Oct. 29, 2012, 12:35 p.m. (2012-10-29 12:35:32 UTC) #14

          

Powered by Google App Engine
This is Rietveld