You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Additional task for all courses, regardless of number of instructors) Only include instructor's last name for course blocks in calendar view instead of full name. If a course has two instructors, then separate last names by semicolon.
For course blocks in Calendar View, ensure both instructor's last names are shown, separated by a comma.
For course blocks in the Main Extension Popup, ensure both instructor's last names are shown, separated by a semicolon.
For all course blocks in the Main Extension Popup, title-case instructor's last name instead of it being all capitalized
…ame only, and are capitalized in all course blocks (#342) (#403)
* fix(ui): updated multiple instructor name formatting in course blocks
* fix(ui): display instructor last names only in all course blocks
* refactor: use instructor toString when getting instructor full name
* refactor: toString in useFlattenedCourseSchedule without template literal
Co-authored-by: Samuel Gunter <[email protected]>
* refactor: delete type hint and unnecessary comments
* fix(ui): instructor names semicolon delimiter in calendar course block
* fix(ui): removed 'unknown' when there are no instructors
* fix(ui): change - to &ndash
* fix(ui): changed - to ndash in hook
---------
Co-authored-by: Samuel Gunter <[email protected]>
(Additional task for all courses, regardless of number of instructors) Only include instructor's last name for course blocks in calendar view instead of full name. If a course has two instructors, then separate last names by semicolon.
For course blocks in Calendar View, ensure both instructor's last names are shown, separated by a comma.
For course blocks in the Main Extension Popup, ensure both instructor's last names are shown, separated by a semicolon.
For all course blocks in the Main Extension Popup, title-case instructor's last name instead of it being all capitalized
Huly®: UTRP-338
The text was updated successfully, but these errors were encountered: