CSC/ECE 517 Fall 2017/E1774 Metareview fixes and improvements.rb

From Expertiza_Wiki
Revision as of 22:01, 22 October 2017 by Ragarwa7 (talk | contribs) (Created page with "==Introduction== ==='''Problem Statement'''=== In Expertiza, the metareview feature in Expertiza enables a third party to evaluate the quality of feedback that a reviewer gives t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Problem Statement

In Expertiza, the metareview feature in Expertiza enables a third party to evaluate the quality of feedback that a reviewer gives to a reviewee. Metareview is an important feature that can help students become a better reviewer for their peers by providing detailed feedback that is actionable and positively formulated. Unfortunately, this feature is broken and the following issues were identified. Your task is to fix these issues so that this feature can be used again.


Team Members

The team members who worked on this particular problem are:-

Rachit Agarwal

CheruKeshi Machan

Aishwarya Sundararajan

Issues to be fixed

Issue #970

Dynamic assignment of metareviews does not work. When requesting a new metareview to perform, it shows NoMethodError undefined method ‘includes?’ in assignment.rb line 102.

Fix: This line has been fixed and now checks if response_map.reviewer == metareviewer rather than response_map.reviewer.includes?(metareviewer), which was invalid.

Issue #298

Metareviewer should be able to see author feedback. Currently, the metareviewer can only see the review and doesn't have access to the author feedback.


Issue #198

Meta-reviews do not show the review to be reviewed. When I am assigned the meta-review, the original review I'm supposed to critique is not shown, only the link to the wiki article and the review rubric.

Fix: 1) response.html.erb: Previously, this file was rendering a partial which was actually not present in the views. No using the logic to render the acutally review by calling an action of response.controller to show the original review which metareviewer is supposed to critique.


Issue #162

Student selected a new meta review they get their own project to metareview

Fix:


Issue #145

Metareviews need to be fixed to work with staggered-deadline assignments

Fix:

Testing From UI

Issue #970

Issue #298

Issue #198

1)Login as Admin, create an assignment with all the necessary details like maximum no of users per team, add topics for the assignment, enroll users(students) in the assignment.

2)Login as user(Student) or impersonate a student, say student A, whom you have enrolled in the assignment. You should be able to see the assignment now in the Assignment section.

Issue #162

Issue #145