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

adding pinning functionality to backend #460

Closed harsh-kr-jha closed 3 years ago

harsh-kr-jha commented 3 years ago

added a field and a sorting command to register and view the pinned blog at top of the text. (This commit do not include tests)

codecov[bot] commented 3 years ago

Codecov Report

Merging #460 (d724308) into master (e2f591c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #460   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          113       113           
  Lines         4442      4457   +15     
=========================================
+ Hits          4442      4457   +15     
Impacted Files Coverage Δ
placements/models.py 100.00% <100.00%> (ø)
placements/serializers.py 100.00% <100.00%> (ø)
placements/tests.py 100.00% <100.00%> (ø)
placements/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 e2f591c...d724308. Read the comment docs.