Add ProgrammingGroup & ProgrammingGroupMembership

* User can create programming group with other users for exercise
* Submission is shared in a group
* Also adjust specs
This commit is contained in:
kiragrammel
2023-08-10 17:07:04 +02:00
committed by Sebastian Serth
parent 0234414bae
commit 319c3ab3b4
42 changed files with 715 additions and 276 deletions

View File

@ -96,6 +96,8 @@ Rails.application.routes.draw do
post :export_external_check
post :export_external_confirm
end
resources :programming_groups, only: %i[new create]
end
resources :exercise_collections do