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

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

6pm-2-add delete button in room slot table #305

Closed arunryu closed 3 years ago

arunryu commented 3 years ago

I this PR, we implemented delete button in front end of room slot table, so we can delete room slot by clicking delete button

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 d6099a8770f909a0469228cce0f43aaf651f0e0e

codecov[bot] commented 3 years ago

Codecov Report

Merging #305 (d6099a8) into main (f7eaf1f) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #305   +/-   ##
=========================================
  Coverage     99.63%   99.63%           
  Complexity      439      439           
=========================================
  Files           101      101           
  Lines          2205     2218   +13     
  Branches        104      104           
=========================================
+ Hits           2197     2210   +13     
  Misses            8        8           
Impacted Files Coverage Δ
...ipt/src/main/components/RoomSlots/RoomSlotTable.js 100.00% <100.00%> (ø)
javascript/src/main/pages/RoomSlots/RoomSlots.js 100.00% <100.00%> (ø)
...ipt/src/main/services/RoomSlots/RoomSlotService.js 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 f7eaf1f...d6099a8. Read the comment docs.