-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CV2-5373: Most relevant articles #2130
CV2-5373: Most relevant articles #2130
Conversation
…t-relevant-articles
…t-relevant-articles
…t-relevant-articles
…t-relevant-articles
* CV2-5731: call tipline search_for_articles method and append Explainers if no articles exists * CV2-5731: fix graphql query and add more tests * CV2-5731: apply PR comments and add more tests
…t-relevant-articles
…t-relevant-articles
…ject media item (#2142) * CV2-5761: include FactCheck & Explainer for item most relevant * CV2-5751: fix articles sort and change the limit * CV2-5761: keep default sort (sort by score) * CV2-5761: enforce limit value as a method args * CV2-5761: cleanup * CV2-5761: add more tests * CV2-5761: add missing test to back coverage 100% * CV2-5761: apply PR comments
Code Climate has analyzed commit 5c95273 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (100% is the threshold). This pull request will bring the total coverage in the repository to 100.0% (0.0% change). View more on Code Climate. |
* CV2-5617: use workspace similarity settings for explainers * Refactor threshold getters * CV2-5617: fix tests * CV2-5617: return models_and_thresholds in Hash formatt --------- Co-authored-by: Devin Gaffney <[email protected]>
…t-relevant-articles
…eck Web Testing (#2151) * Add new test helper method for creating standalone and published fact check - create_imported_standalone_fact_check method in TestController to create a standalone and published fact check and associate it with a team. - Updated `routes.rb` to include the new endpoint for fact checks. - Added tests for the create_imported_standalone_fact_check Reference: CV2-5737
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @melsawy , it took me some time because I wanted to re-review the whole thing carefully now that's altogether. We need to make sure to QA tipline search once this is merged.
…icles' of github.com:meedan/check-api into epic/CV2-5373-most-recent-articles-to-most-relevant-articles
Description
List most recent articles which include the following.
References: CV2-5373
How has this been tested?
Implemented unit tests.
Checklist