[Feature:InstructorUI] Add registration subsection#6145
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6145 +/- ##
============================================
- Coverage 22.26% 22.26% -0.01%
- Complexity 6467 6469 +2
============================================
Files 160 160
Lines 21148 21153 +5
============================================
+ Hits 4709 4710 +1
- Misses 16439 16443 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
bmcutler
left a comment
There was a problem hiding this comment.
Quick code review and quick test look ok! Thanks!
This is what we agreed for the step 1 PR.
@MasterOdin -- @vikrsri and I discussed the unexpected additional edits to the .sql file (changes were made using the postgres dump instructions... ). Can you please review and advise?
|
The SQL file changes are fine. The |
Please check if the PR fulfills these requirements:
What is the current behavior?
There is currently no way to put students into subsections, allowing further sorting of students.
Addresses #6064.
What is the new behavior?
This PR adds a registration subsection that can be set by an instructor. Further PR's will allow sorting and grading by students' registration subsections.
The subsection can be set when an instructor either edits or adds a new student in the Manage Students page. If a subsection has been set for a student, it will be appended to the student's registration section in the Manage Students page. Otherwise, there will be no change.