Add view for StudyGroups

This commit is contained in:
Sebastian Serth
2018-12-14 14:52:04 +01:00
parent 9061a07763
commit 7983c0797a
13 changed files with 168 additions and 9 deletions

View File

@@ -100,6 +100,12 @@ de:
files: Dateien
score: Punktzahl
user: Autor
study_group:
name: Name
external_id: Externe ID
consumer: Konsument
members: Mitglieder
member_count: Anzahl der Mitglieder
tag:
name: Name
usage: Verwendet
@@ -180,6 +186,9 @@ de:
submission:
one: Abgabe
other: Abgaben
study_group:
one: Lerngruppe
other: Lerngruppen
tag:
one: Tag
other: Tags

View File

@@ -100,6 +100,12 @@ en:
files: Files
score: Score
user: Author
study_group:
name: Name
external_id: External ID
consumer: Consumer
members: Members
member_count: Members Count
tag:
name: Name
usage: Used
@@ -180,6 +186,9 @@ en:
submission:
one: Submission
other: Submissions
study_group:
one: Study Group
other: Study Groups
tag:
one: Tag
other: Tags

View File

@@ -165,6 +165,8 @@ Rails.application.routes.draw do
end
end
resources :study_groups, only: [:index, :show, :edit, :destroy, :update]
resources :events, only: [:create]
post "/evaluate", to: 'remote_evaluation#evaluate', via: [:post]