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
This page should support creating a course if id == 'new'
If new is the id don't fetch anything, present a blank form
If it has a non new id fetch course record to populate the edit form
Edits course info
Delete a course
Ask them to confirm by typing the name of the course
Additional options beyond the record itself
IGNORE THIS SECTION, SEE NEXT (LEAVING IT FOR CLARITY)
Upload a roster button somewhere for those with access to do so
Maybe not a button, but instead a link to manage the users in the course and that becomes its own view?
Course managers are gonna have to upload rosters, edit the existing roster, maybe add a single user, etc. So some management page is probably the way to go. Else as we add stuff to courses you're just gonna end up with a ridiculously long page of settings (coughs, autolab)
Actual solutions
Some button linking to /courses/:courseId/users
Don't implement the page it's another ticket
The text was updated successfully, but these errors were encountered:
Feature request
/courses/:courseId/update
id == 'new'
Additional options beyond the record itself
IGNORE THIS SECTION, SEE NEXT (LEAVING IT FOR CLARITY)
Actual solutions
/courses/:courseId/users
The text was updated successfully, but these errors were encountered: