-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(api): add quality score to api #279
Conversation
db8769c
to
5960a3c
Compare
5960a3c
to
69e914e
Compare
69e914e
to
eff8df3
Compare
eff8df3
to
7cf4df0
Compare
7cf4df0
to
3d61d10
Compare
9238bd4
to
40ab839
Compare
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.
Pas de remarques bloquantes, quelques remarques de curiosité.
api/src/alembic/versions/20240813_151329_68fe052dc63c_add_score_qualite.py
Show resolved
Hide resolved
f7227f3
to
2861ece
Compare
"""), | ||
), | ||
] | ||
|
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.
Du coup on le met directement dans la sortie, mais pas dans le schéma, top.
Je suis d'accord que pas la peine de s'ennuyer avec un feature flag.
Est-ce que on ne veut pas faire un piti test E2E ?
Intéressant que tests existants sur la route de search ne constatent pas de changement, non ?
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.
les tests ont bien été impactés et mis à jour
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.
la doc openapi et les format de réponse (liste & recherche) sont bien testés
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.
J'aurais cru que d'autres tests qu'uniquement la doc openapi soit impacté, mais oui en effet j'avais vu ça.
C'est bon pour moi, j'ai hâte de test et de voir les premiers résultats en staging :) |
This implementation uses a plpython udf that calls the scoring api of the data inclusion schema.
2861ece
to
a44a2d9
Compare
No description provided.