DevCom-IITB / instiapp-api

Django quasi-RESTful API for InstiApp!
https://insti.app
GNU Affero General Public License v3.0
22 stars 75 forks source link

feat(bodies): add api to get all events of a body #434

Closed e-aakash closed 4 years ago

e-aakash commented 4 years ago

Created API: /api/bodies/<id>/events{?archived} archived=1 will fetch archived events of the body

Closes https://github.com/wncc/instiapp-api/issues/91

codecov[bot] commented 4 years ago

Codecov Report

Merging #434 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #434   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          113       113           
  Lines         4323      4358   +35     
=========================================
+ Hits          4323      4358   +35     
Impacted Files Coverage Δ
bodies/urls.py 100.00% <ø> (ø)
bodies/tests.py 100.00% <100.00%> (ø)
bodies/views.py 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 d63f433...8004757. Read the comment docs.