CSC/ECE 517 Spring 2019/E1933 Allow reviewer to say review can be shown to class as an example: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "== This page is still being edited by the project team ==")
 
No edit summary
Line 1: Line 1:
== This page is still being edited by the project team ==
== Reviews in Expertiza ==
 
== What is this project adding to the reviews? ==
 
== what needs to be done? ==
1) Creating a checkbox
2) Allow instructors to select(remove) from public(selected) reviews to show to (hide from) the class.
3) Allow students to see good reviews
 
== Files that will change ==  
1) create migration for the responses model called status which can take on the values 'selected', 'public' and 'private'.
2) create a checkbox in a view: views/response/response.html.erb:333
3) create a status field in responses model: schema.rb

Revision as of 18:46, 6 April 2019

Reviews in Expertiza

What is this project adding to the reviews?

what needs to be done?

1) Creating a checkbox 2) Allow instructors to select(remove) from public(selected) reviews to show to (hide from) the class. 3) Allow students to see good reviews

Files that will change

1) create migration for the responses model called status which can take on the values 'selected', 'public' and 'private'. 2) create a checkbox in a view: views/response/response.html.erb:333 3) create a status field in responses model: schema.rb