Add exercise feedback page for pair programming study

This commit is contained in:
kiragrammel
2023-09-05 22:07:00 +02:00
committed by Sebastian Serth
parent 79422225a8
commit 4b90a2a3c5
15 changed files with 261 additions and 1 deletions

View File

@ -11,6 +11,7 @@ class ProgrammingGroup < ApplicationRecord
has_many :runners, as: :contributor, dependent: :destroy
has_many :events
has_many :events_synchronized_editor, class_name: 'Event::SynchronizedEditor'
has_many :pair_programming_exercise_feedbacks
belongs_to :exercise
validate :min_group_size