fiaisis / FIA-API

ReST API for FIA
GNU General Public License v3.0
0 stars 2 forks source link

Add new endpoints #251

Closed keiranjprice101 closed 6 months ago

keiranjprice101 commented 8 months ago

closes #246 closes #252 This adds the new endpoints required for the frontend but does not tackle the optimisation issue. We can tackle the optimisation issue after if it is still necessary using the new endpoints. Also adds a query param to include runs when getting reductions by instrument

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (90fe93e) 97.96% compared to head (a0f3a7a) 98.04%. Report is 12 commits behind head on main.

:exclamation: Current head a0f3a7a differs from pull request most recent head 2d3f5c1. Consider uploading reports for the commit 2d3f5c1 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #251 +/- ## ========================================== + Coverage 97.96% 98.04% +0.08% ========================================== Files 17 18 +1 Lines 491 512 +21 ========================================== + Hits 481 502 +21 Misses 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

keiranjprice101 commented 6 months ago

Closed in favour of https://github.com/interactivereduction/IR-API/pull/277