-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#12099] Add 'course -> copy' option to the instructor home page #12439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @damoba for the PR and sorry for the late review! Just 2 comments, otherwise great work (:
src/web/app/pages-instructor/instructor-home-page/instructor-home-page.component.html
Outdated
Show resolved
Hide resolved
src/web/app/pages-instructor/instructor-home-page/instructor-home-page.component.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work on catching the extra check! It does make a difference adding that in 👍🏻
Fixes #12099
Outline of Solution
I've added the course copy element to the html in the instructor home page, added the course copy logic to the typescript files while using functions declared in its ancestor InstructorSessionBasePageComponent, and I also updated the snapshot tests.