Closed vrobot closed 3 years ago
Merging #157 (9422e04) into main (d809efe) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #157 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 327 328 +1
===========================================
Files 77 78 +1
Lines 1468 1493 +25
Branches 69 69
===========================================
+ Hits 1468 1493 +25
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
javascript/src/main/App.js | 100.00% <ø> (ø) |
0.00 <0.00> (ø) |
|
javascript/src/main/components/Nav/AppNavbar.js | 100.00% <ø> (ø) |
0.00 <0.00> (ø) |
|
...s/TutorAssignmentHistory/TutorAssignmentHistory.js | 100.00% <100.00%> (ø) |
0.00 <0.00> (?) |
|
...sbcslas/controllers/TutorAssignmentController.java | 100.00% <100.00%> (ø) |
31.00 <1.00> (+1.00) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d809efe...9422e04. Read the comment docs.
Resolves #28
This PR makes a Tutor Assignment History Page in the Admin section. The Tutor Assignment History page has a drop down menu that lists all tutors. Users can select a tutor from the drop down menu to show a table (listing the Assignment Type, Course Name, and Quarter) of all of that tutor's past assignments.