ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

6pm-3 -Implemented backend CRUD endpoints for Tutor Notes #254

Closed YuehanLee closed 3 years ago

YuehanLee commented 3 years ago

Implemented backend CRUD endpoints for Tutor Notes

codecov[bot] commented 3 years ago

Codecov Report

Merging #254 (8fb1edd) into main (114605a) will increase coverage by 0.04%. The diff coverage is 100.00%.

:exclamation: Current head 8fb1edd differs from pull request most recent head db8e59b. Consider uploading reports for the commit db8e59b to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##               main     #254      +/-   ##
============================================
+ Coverage     99.80%   99.85%   +0.04%     
- Complexity      410      439      +29     
============================================
  Files            99       91       -8     
  Lines          2058     2077      +19     
  Branches         94      111      +17     
============================================
+ Hits           2054     2074      +20     
+ Misses            4        3       -1     
Impacted Files Coverage Δ
...sb/ucsbcslas/controllers/TutorNotesController.java 100.00% <100.00%> (ø)
javascript/src/main/App.js 100.00% <0.00%> (ø)
javascript/src/main/utils/CourseFormHelpers.js 100.00% <0.00%> (ø)
javascript/src/main/utils/OfficeHourFormHelpers.js 100.00% <0.00%> (ø)
...vascript/src/main/components/Courses/CourseForm.js 100.00% <0.00%> (ø)
...vascript/src/main/pages/OfficeHours/OfficeHours.js 100.00% <0.00%> (ø)
...ain/java/edu/ucsb/ucsbcslas/entities/RoomSlot.java 100.00% <0.00%> (ø)
.../src/main/components/OfficeHours/OfficeHourForm.js 100.00% <0.00%> (ø)
...cslas/controllers/OnlineOfficeHoursController.java 100.00% <0.00%> (ø)
javascript/src/main/utils/RoomSlotTableHelpers.js
... and 9 more

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 114605a...db8e59b. Read the comment docs.

github-actions[bot] commented 3 years ago

Nice PR! Your PR can be merged once you get an approving review from a staff member and a member of your team.

Keep in mind, code reviews only count if you use the "Approve" or "Request changes" option in GitHub. You can find this under the "Files changed" tab under the "Review changes" button.

PR review process

Generated by :no_entry_sign: dangerJS against db8e59b556508fe55a665973417d14039e8bd958

mara-downing commented 3 years ago

Please link an issue to this PR so that reviewers can check which issue is being resolved

pconrad commented 3 years ago

I think the work done in this PR got merged in other PRs by the team, so I'm closing this one now.