Skip to content
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

Refactor shared-libs/validations to call cht-datasource instead of directly querying freetext index #9653

Open
jkuester opened this issue Nov 15, 2024 · 0 comments
Labels
Type: Technical issue Improve something that users won't notice

Comments

@jkuester
Copy link
Contributor

Describe the issue

Currently, the share-libs/validations code is directly querying the medic-client/reports_by_freetext view index. This index is going away eventually.

Describe the improvement you'd like

We should update this logic to just use the new cht-datasource api being added in #9586. Then, the future "under-the-hood" changes to the freetext indexes will be abstracted away from the shared-libs/validations code.

@jkuester jkuester added the Type: Technical issue Improve something that users won't notice label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Technical issue Improve something that users won't notice
Projects
None yet
Development

No branches or pull requests

1 participant