-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #912 from uw-it-aca/hotfix/MUWM-3997
Hotfix/muwm 3997
- Loading branch information
Showing
11 changed files
with
150 additions
and
21 deletions.
There are no files selected for viewing
107 changes: 107 additions & 0 deletions
107
...rbose_true_year_2017_quarter_autumn_is_active_true_section_id_A_transcriptable_course_all
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"Current": { | ||
"ChangedSinceDate": "", | ||
"CourseNumber": "552", | ||
"CurriculumAbbreviation": "EDC&I", | ||
"Href": "/student/v5/registration.json?year=2017&quarter=autumn&curriculum_abbreviation=EDC%26I&course_number=552§ion_id=AA®_id=&is_active=&instructor_reg_id=&verbose=true&changed_since_date=&transcriptable_course=all&page_start=&page_size=10", | ||
"InstructorRegID": "", | ||
"IsActive": false, | ||
"PageSize": "10", | ||
"PageStart": null, | ||
"Quarter": "autumn", | ||
"RegID": null, | ||
"SectionID": "A", | ||
"TranscriptableCourse": "all", | ||
"Verbose": true, | ||
"Year": 2017 | ||
}, | ||
"Next": null, | ||
"PageSize": "10", | ||
"PageStart": null, | ||
"Previous": null, | ||
"Registrations": [ | ||
{ | ||
"AccessDateRangeEnd": "12/23/2017", | ||
"AccessDateRangeStart": "09/13/2017", | ||
"Auditor": false, | ||
"Credits": "3", | ||
"DuplicateCode": "", | ||
"EducationUnitType": null, | ||
"EndDate": "12/08/2017", | ||
"FeeBaseType": "Course taken on fee basis", | ||
"Grade": "X", | ||
"GradeDate": "", | ||
"GradeDocumentID": "", | ||
"GradingSystem": null, | ||
"HonorsCourse": false, | ||
"Href": "/student/v5/registration/2017,autumn,EDC%26I,552,A,9136CCB8F66711D5BE060004AC494003,A.json", | ||
"Instructor": null, | ||
"IsActive": true, | ||
"IsCredit": true, | ||
"IsIndependentStart": false, | ||
"Metadata": "RegistrationSourceLocation=SDB_EOS;", | ||
"Person": { | ||
"Href": "/student/v5/person/9136CCB8F66711D5BE060004AC494003.json", | ||
"Name": "Average Student", | ||
"RegID": "9136CCB8F66711D5BE060004AC494003" | ||
}, | ||
"RepeatCourse": false, | ||
"RepositoryTimeStamp": "9/6/2017 11:24:14 AM", | ||
"RequestDate": "2017-09-06", | ||
"RequestStatus": "ADDED TO CLASS", | ||
"Section": { | ||
"CourseNumber": "552", | ||
"CurriculumAbbreviation": "EDC&I", | ||
"Href": "/student/v5/course/2017,autumn,EDC%26I,552/A.json", | ||
"Quarter": "autumn", | ||
"SectionID": "A", | ||
"Year": 2017 | ||
}, | ||
"StartDate": "09/27/2017", | ||
"VariableCredit": false, | ||
"WritingCourse": false | ||
}, | ||
{ | ||
"AccessDateRangeEnd": "", | ||
"AccessDateRangeStart": "", | ||
"Auditor": false, | ||
"Credits": "3", | ||
"DuplicateCode": "", | ||
"EducationUnitType": null, | ||
"EndDate": "", | ||
"FeeBaseType": "", | ||
"Grade": "X", | ||
"GradeDate": "", | ||
"GradeDocumentID": "", | ||
"GradingSystem": null, | ||
"HonorsCourse": false, | ||
"Href": "/student/v5/registration/2017,autumn,EDC%26I,552,A,9136CCB8F66711D5BE060004AC494002,.json", | ||
"Instructor": null, | ||
"IsActive": true, | ||
"IsCredit": true, | ||
"IsIndependentStart": false, | ||
"Metadata": "RegistrationSourceLocation=SDB;", | ||
"Person": { | ||
"Href": "/student/v5/person/9136CCB8F66711D5BE060004AC494002.json", | ||
"Name": "Average Student", | ||
"RegID": "9136CCB8F66711D5BE060004AC494002" | ||
}, | ||
"RepeatCourse": false, | ||
"RepositoryTimeStamp": "8/23/2017 8:24:22 AM", | ||
"RequestDate": "2017-07-14", | ||
"RequestStatus": "ADDED TO CLASS", | ||
"Section": { | ||
"CourseNumber": "552", | ||
"CurriculumAbbreviation": "EDC&I", | ||
"Href": "/student/v5/course/2017,autumn,EDC%26I,552/A.json", | ||
"Quarter": "autumn", | ||
"SectionID": "A", | ||
"Year": 2017 | ||
}, | ||
"StartDate": "", | ||
"VariableCredit": false, | ||
"WritingCourse": false | ||
} | ||
], | ||
"TotalCount": 2 | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
8 changes: 5 additions & 3 deletions
8
myuw/templates/handlebars/card/instructor_schedule/no_section_card.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{% load templatetag_handlebars %} | ||
{% tplhandlebars "instructor_section_card_no_course" %} | ||
<div class="card" style="position:relative;" data-name="CourseCard" data-type="card" data-identifier="{{ curriculum_abbr }} {{course_number}} {{section_id}}"> | ||
<div class="container"> | ||
<div class="myuw-card" style="position:relative;" data-name="CourseCard" data-type="card" data-identifier="{{ curriculum_abbr }} {{course_number}} {{section_id}}"> | ||
<div class="fade-in"> | ||
<div id="course_wrapper{{index}}" class="OFF" style="position:relative;"> | ||
<h4><span class="courseIDtitle">No Course By This Label Exists</span></h4> | ||
<h3 class="myuw-card-title">No Course Found</h3> | ||
<div> | ||
Shucks. It don't appear any courses by this label are currently being offered. | ||
<p>No course information was found with this name and term.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endtplhandlebars %} |
8 changes: 5 additions & 3 deletions
8
myuw/templates/handlebars/card/instructor_schedule/not_instructor_card.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{% load templatetag_handlebars %} | ||
{% tplhandlebars "instructor_section_card_not_instructor" %} | ||
<div class="card" style="position:relative;" data-name="CourseCard" data-type="card" data-identifier="{{ curriculum_abbr }} {{course_number}} {{section_id}}"> | ||
<div class="container"> | ||
<div class="myuw-card" style="position:relative;" data-name="CourseCard" data-type="card" data-identifier="{{ curriculum_abbr }} {{course_number}} {{section_id}}"> | ||
<div class="fade-in"> | ||
<div id="course_wrapper{{index}}" class="OFF" style="position:relative;"> | ||
<h4><span class="courseIDtitle">Not Instructor On This Course</span></h4> | ||
<h3 class="myuw-card-title">Access Denied</h3> | ||
<div> | ||
Sorry. We can't show you this course because you don't appear to be an instructor. | ||
<p>You do not have the necessary previledges to view this class list because you are not listed as an instructor of record. Contact your department's time schedule coordinator to be added as an instructor, or contact <a href="mailto:[email protected]">[email protected]</a> for help.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endtplhandlebars %} |
This file contains 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
This file contains 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
This file contains 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