harvard-lil / perma-capture

GNU Affero General Public License v3.0
3 stars 6 forks source link

Allow users to poll CaptureList view for a set of particular IDs. #56

Closed rebeccacremona closed 3 years ago

rebeccacremona commented 3 years ago

This option will allow for some nice stuff in the UI. It's additive with other filters. Just add a query param of the form ?id__in=1,3,5,7

codecov-io commented 3 years ago

Codecov Report

Merging #56 (372c0c5) into new-architecture (c9ac39d) will increase coverage by 0.48%. The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##           new-architecture      #56      +/-   ##
====================================================
+ Coverage             88.10%   88.58%   +0.48%     
====================================================
  Files                    26       26              
  Lines                  1101     1104       +3     
====================================================
+ Hits                    970      978       +8     
+ Misses                  131      126       -5     
Impacted Files Coverage Δ
web/main/views.py 96.31% <100.00%> (+0.05%) :arrow_up:
web/main/models.py 98.19% <0.00%> (+1.20%) :arrow_up:
web/conftest.py 80.83% <0.00%> (+1.25%) :arrow_up:

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 c9ac39d...372c0c5. Read the comment docs.