[expert-finder] 4 - list, create, and detail API#3404
Merged
nicktytarenko merged 11 commits intomainfrom May 7, 2026
Merged
Conversation
- Introduced ExpertSearchCreateSerializerV2 for creating expert searches with additional fields and validation. - Added ExpertSearchDetailSerializerV2 and ExpertSearchListItemSerializerV2 for detailed and list representations of expert searches. - Implemented ExpertSearchListCreateViewV2 to handle GET and POST requests for expert searches. - Updated URLs to include new v2 endpoints for expert searches. - Enhanced tests for the new serializers and views to ensure proper functionality and validation.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
- Introduces PATCH `/api/research_ai/expert-finder/v2/experts/<expert_id>/` so editors/moderators can correct expert contact and profile fields after a v2 search.
…ert / SearchExpert
koutst
approved these changes
May 6, 2026
[expert-finder] 8 - One-time backfill from expert_results JSON to Expert
…v2-signup-async [expert-finder] 7 - async signup signal to store as invited
…2-email-send-metadata [expert-finder] 6 - `generate-email` v2 endpoints
[expert-finder] 5 - Add v2 PATCH endpoint for expert records
Base automatically changed from
expert-finder-v2/json-llm-service-and-task
to
main
May 7, 2026 19:01
…kend into expert-finder-v2/v2-view-tests
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3404 +/- ##
==========================================
+ Coverage 79.47% 79.62% +0.14%
==========================================
Files 643 648 +5
Lines 37635 38088 +453
==========================================
+ Hits 29910 30327 +417
- Misses 7725 7761 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What?
expert-finder/v2/searches/for listing, creating , and fetching detail with a new shape.run_expert_finder_search_v2so new searches use a new pipeline and v2 prompts.