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

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

6pm-2 Implemented Room Slot CRUD in the endpoint #269

Closed arunryu closed 3 years ago

arunryu commented 3 years ago

Implemented CRUD backend endpoints of room slot, so developer can access room slot to build a front end.

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 a2221e1141a8f74160c603c2d24dd00b3377b0ee

codecov[bot] commented 3 years ago

Codecov Report

Merging #269 (a2221e1) into main (75a1be2) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #269   +/-   ##
=========================================
  Coverage     99.82%   99.83%           
- Complexity      376      386   +10     
=========================================
  Files            85       86    +1     
  Lines          1755     1781   +26     
  Branches         79       82    +3     
=========================================
+ Hits           1752     1778   +26     
  Misses            3        3           
Impacted Files Coverage Δ
...ucsb/ucsbcslas/controllers/RoomSlotController.java 100.00% <100.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 75a1be2...a2221e1. Read the comment docs.