Skip to content

Commit bde7932

Browse files
Jasperhinom0e33ma-roLucPrestinphoeinx
committed
Feature/#92 revert student enrolling (#152)
* [#86] Add course scaffold * [#86] Add course scaffold * Add name validation Co-authored-by: LucPrestin <[email protected]> * Add test for course having creator Co-authored-by: LucPrestin <[email protected]> * Add creator reference to course Co-authored-by: LucPrestin <[email protected]> Co-authored-by: jeriox <[email protected]> Co-authored-by: Marc <[email protected]> Co-authored-by: phoeinx <[email protected]> * Add creator reference to course Co-authored-by: LucPrestin <[email protected]> Co-authored-by: jeriox <[email protected]> Co-authored-by: Marc <[email protected]> Co-authored-by: phoeinx <[email protected]> * Add course button in home view test Co-authored-by: LucPrestin <[email protected]> Co-authored-by: phoeinx <[email protected]> * Add course button in home view Co-authored-by: LucPrestin <[email protected]> Co-authored-by: phoeinx <[email protected]> * Add only signed in users can see New Course button in view * [#86] Add current_user in home view * [#95] Add list of all courses from a lecturer to the homeview * [#95] Add table view of courses * [#89] Add home view for students * [#100] Add participate students for courses * [#100] Add join table for users and courses * [#100] Add join button for course in home view * [#100] Add test for join_course in home_controller * [#100] Move join_course method to right controller and adapt tests * [#94] Add references in models and create join table for course and lecture * [#100] Add correct css classes for courses tables * [#94] Add nested lecture to resource to course resource to create corresponding routing * [#94] Fix typo in routes.rb * [#94] Add reference in course and lecture model and adapt edit form of lecture and index view of lecture * [#94] Add lecture list course show view with button to create a new lecture * [#94] Implement basic functionality for create and view lecture in course show * [#94] Add correct Table Layout in course show and fix paths in lecture show * [#94] Add buttons with basic lecture functionality in course show and fix corresponding routes * [#100] Add factory for lectures * [#100] Add factory for lectures * [#94] Refactor routes regarding course lecture relationship * [#94] Refactor tests in for lectures_controller * [#94] Refactor tests in for polls_controller * [#94] Refactor tests in for all_lectures_spec * [#94] Refactor tests in for current_lectures_spec * [#94] Refactor tests in show_lectures_spec * [#94] Refactor tests in polls_spec * [#94] Refactor tests in lectures_routing_spec * [#94] Refactor tests in polls_routing_spec * [#94] Refactor tests in edit.html und new.html * [#94] Refactor tests in current.html * [#94] Refactor tests for lectures views * [#94] Refactor tests for polls views * Add participating courses to home view (#91) * Fix test * Improve design * Fix failing test * [#92] Add course leave function * [#92] Add style to table with leave button * [#92] Refactor course show regarding to PO feedback * [#92] Refactor back button regarding to PO feedback * Applied code review changes (1 of n.a.) Co-authored-by: Jasperhino <[email protected]> * [#92] Fix tests * [#92] Add requested changes from pull request * [#92] Fix failing test * [#92] Fix failing test * [#92] Add course to question react files * [#92] Add course to UpdateApp component * [#92] Add dummy course parameters for polls * Fix tests and broken before actions, also broken "Back" Link at Create New Lecture Page * Add rubocop fixes * [#92] Redid dummy course parameters for polls Co-authored-by: Moritz Spranger <[email protected]> Co-authored-by: Marc <[email protected]> Co-authored-by: LucPrestin <[email protected]> Co-authored-by: Theresa Hradilak <[email protected]> Co-authored-by: Julian B. <[email protected]>
1 parent cd941e7 commit bde7932

File tree

257 files changed

+1194
-396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+1194
-396
lines changed

.browserslistrc

100644100755
File mode changed.

.dockerignore

100644100755
File mode changed.

.github/pull_request_template.md

100644100755
File mode changed.

.github/workflows/main.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.rubocop.yml

100644100755
File mode changed.

.rubocop_todo.yml

100644100755
File mode changed.

.ruby-version

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

Dockerfile

100644100755
File mode changed.

0 commit comments

Comments
 (0)