Skip to content

Deploy Review app#42

Open
brdebr wants to merge 10 commits into
masterfrom
feat/attnd/01
Open

Deploy Review app#42
brdebr wants to merge 10 commits into
masterfrom
feat/attnd/01

Conversation

@brdebr
Copy link
Copy Markdown
Owner

@brdebr brdebr commented Jun 20, 2018

Not ment to be merged

brdebr added 10 commits June 9, 2018 21:11
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant