-
Notifications
You must be signed in to change notification settings - Fork 9
Create a basic instructor dashboard #109
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
Conversation
15266a0
to
58d1f71
Compare
FIX: both refresh and course switching is working now.
58d1f71
to
bbab79f
Compare
This is ready for review. Course switching works with no errors now. |
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.
I'll put in a PR for this branch -- I think I've got most of these recommendations already in.
c2efb62
to
a1a2afc
Compare
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.
I'll put in a PR for this branch -- I think I've got most of these recommendations already in.
I think we've resolved the main issues, but we definitely need to start a list of things to refactor UI-side (axios hooks, that error wrapping function that returns a Promise? etc)
a1a2afc
to
210ec63
Compare
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.
This looks okay. The exception re-throwing needs to be done differently.
210ec63
to
79b240d
Compare
This creates a very basic instructor dashboard (mainly with instructions to select a different tool) as well as fixes some errors when switching courses as a user.
This replaces #102. Main was rebased onto this branch so this is much clearer.