forked from UBAutograding/devU-client
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue by MikeDrewitt
Sunday Jul 04, 2021 at 03:08 GMT
Originally opened as UBAutograding#17
Feature request
- Exists at
/courses/:courseId/update - 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request