Skip to content

Commit

Permalink
added explanatory comments for start_self_review
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhimanyuBellam committed Oct 22, 2022
1 parent e20fed6 commit 141227a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/controllers/review_mapping_controller.rb
Expand Up @@ -554,7 +554,12 @@ def save_grade_and_comment_for_reviewer
end
end


=begin
E1600
Used: to start a self-review
Implements: checking if a self-review has started and if not, creates a self review mapping when user
requests a self-review
=end
def start_self_review
user_id = params[:reviewer_userid]
assignment = Assignment.find(params[:assignment_id])
Expand Down

0 comments on commit 141227a

Please sign in to comment.