Deploy Review app#42
Open
brdebr wants to merge 10 commits into
Open
Conversation
This change is the result of updating the models and executing this commands : $- rails g migration AddLtiContextToLtiUser lti_context:references $- rails g migration AddLtiContextToTimetable lti_context:references
This change is the result of executing this command : $- rails g scaffold Attendance date:datetime timetable_unit:references lti_context:references - Migrate the database - Add references to models - Delete RSpec tests
This change fixes some things like assigning a LtiContext and Role to the new user. -Includes a Js to collapse the dashboard image and show a list of links. -Makes LtiContext optional when creating a Timetable
-Attendance#index bootstrap table class -Link to attendances at dashboard -Change colum sizes at TC's#show
This change adds the model that will manage the relation between students and attendances. -Migrate the database -Fix labels at Attendance#index and #show
This change modifies LtiUser views to show LtiRole.name at #index and #show
This change does many things : -Generate migration to -> Remove LtiContext from Attendance -Migrate database -Fix relations to work with the current state -Create AttendanceStudents automatically when an Attendance is created, using LtiContext from Attendance.TimetableUnit -Add a list of AttendanceStudents at Attendance#show
This change creates a variable @using_oauth that decides if some parts of the header are visible
WIP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not ment to be merged