WildMeOrg / houston

The backend API service for NextGen Wildbook
https://wildme.org
MIT License
8 stars 15 forks source link

overhaul Sighting.stage usage #928

Closed naknomum closed 11 months ago

naknomum commented 11 months ago

deprecate the use of Sighting stage to have user-initiated processed value, leaving this concept to recently added match_state.

codecov[bot] commented 11 months ago

Codecov Report

Merging #928 (11fb93b) into main (cb05676) will decrease coverage by 0.1%. Report is 1 commits behind head on main. The diff coverage is 75.0%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/WildMeOrg/houston/pull/928/graphs/tree.svg?width=650&height=150&src=pr&token=M8MR14ED6V&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg)](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg) ```diff @@ Coverage Diff @@ ## main #928 +/- ## ======================================= - Coverage 73.4% 73.3% -0.1% ======================================= Files 238 238 Lines 23395 23382 -13 Branches 4232 4229 -3 ======================================= - Hits 17172 17155 -17 - Misses 4972 4975 +3 - Partials 1251 1252 +1 ``` | [Files](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg) | Coverage Δ | | |---|---|---| | [app/modules/sightings/models.py](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg#diff-YXBwL21vZHVsZXMvc2lnaHRpbmdzL21vZGVscy5weQ==) | `68.6% <ø> (-0.2%)` | :arrow_down: | | [app/modules/sightings/resources.py](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg#diff-YXBwL21vZHVsZXMvc2lnaHRpbmdzL3Jlc291cmNlcy5weQ==) | `76.2% <ø> (-0.4%)` | :arrow_down: | | [app/modules/users/models.py](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg#diff-YXBwL21vZHVsZXMvdXNlcnMvbW9kZWxzLnB5) | `86.3% <100.0%> (ø)` | | | [app/modules/sightings/parameters.py](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg#diff-YXBwL21vZHVsZXMvc2lnaHRpbmdzL3BhcmFtZXRlcnMucHk=) | `82.2% <66.6%> (-0.4%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/WildMeOrg/houston/pull/928/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg). Last update [813e24d...11fb93b](https://app.codecov.io/gh/WildMeOrg/houston/pull/928?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=WildMeOrg).