Implement Graders Column in Assignment Grades tab#7967
Conversation
…ubcomponent tests
… implement-graders-column
Coverage Report for CI Build 26616535799Coverage decreased (-0.02%) to 90.257%Details
Uncovered Changes
Coverage Regressions5 previously-covered lines in 1 file lost coverage.
Coverage Stats💛 - Coveralls |
|
Working on missing coverage.. |
|
Hi @mrafie1, thanks for making this draft PR. In response to your questions:
|
|
Hi David, thanks for the feedback. Will implement soon. Quick follow-up questions (similar to my question on slack): In the file Also, there is a line on line 97 in the |
|
Hi @mrafie1, don't worry about the loss of test coverage for the table subcomponents code; also don't worry about the missed branch on Line 97. |
Proposed Changes
(Describe your changes here. Also describe the motivation for your changes: what problem do they solve, or how do they improve the application or codebase? If this pull request fixes an open issue, use a keyword to link this pull request to the issue.)
assignment_summary_table.jsxgraderDisplayto help display Grader information in the columnassignment_summary_table.test.jsxScreenshots of your changes (if applicable)
Example of Assignment Grades tab with new column:
Associated documentation repository pull request (if applicable)
Type of Change
(Write an
Xor a brief description next to the type or types that best describe your changes.)Checklist
(Complete each of the following items for your pull request. Indicate that you have completed an item by changing the
[ ]into a[x]in the raw text, or by clicking on the checkbox in the rendered description on GitHub.)Before opening your pull request:
After opening your pull request:
Questions and Comments
(Include any questions or comments you have regarding your changes.)
assignment_summary_table.jsxfile, there is a unused functiononFilteredChange. Is it alright if I delete it?