Page MenuHomePhabricator

Make sure all scored proposals show up under reports
Closed, ResolvedPublic

Description

I'm not sure how proposals move to the reports section. However, I scored one proposal twice (WikiWomen), but it did not show up under the Reports - Aggregated scores section.

Event Timeline

AlexWang assigned this task to Niharika.
AlexWang raised the priority of this task from to Needs Triage.
AlexWang updated the task description. (Show Details)
AlexWang moved this task to Backlog on the Wikimedia-IEG-grant-review board.
AlexWang subscribed.
bd808 added subscribers: Niharika, bd808.

The reports are known to be not working at this point due to the changes that have been made in the reviews system to support multiple campaigns. We will start working on reports after we have all of the core reviewer functions working correctly.

bd808 triaged this task as Medium priority.Mar 20 2015, 3:15 AM

Change 198233 had a related patch set uploaded (by Niharika29):
Fix aggregated reports to work on the new reviews system

https://gerrit.wikimedia.org/r/198233

Applied schema change to production database:

> describe review_questions;
+-----------------+---------------------------+------+-----+---------------------+----------------+
| Field           | Type                      | Null | Key | Default             | Extra          |
+-----------------+---------------------------+------+-----+---------------------+----------------+
| id              | int(11)                   | NO   | PRI | NULL                | auto_increment |
| campaign        | int(11)                   | NO   | MUL | NULL                |                |
| question_title  | varchar(255)              | YES  |     | NULL                |                |
| question_body   | blob                      | YES  |     | NULL                |                |
| question_footer | varchar(255)              | YES  |     | NULL                |                |
| report_head     | varchar(255)              | YES  |     | NULL                |                |
| type            | enum('score','recommend') | YES  |     | score               |                |
| created_by      | int(11)                   | YES  | MUL | NULL                |                |
| created_at      | timestamp                 | NO   |     | CURRENT_TIMESTAMP   |                |
| modified_by     | int(11)                   | YES  | MUL | NULL                |                |
| modified_at     | timestamp                 | NO   |     | 0000-00-00 00:00:00 |                |
+-----------------+---------------------------+------+-----+---------------------+----------------+
11 rows in set (0.01 sec)

Change 198233 merged by jenkins-bot:
Fix aggregated reports to work on the new reviews system

https://gerrit.wikimedia.org/r/198233

bd808 claimed this task.