-
Notifications
You must be signed in to change notification settings - Fork 4
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 new data model #43
Conversation
query-connector/src/app/query/components/selectQuery/queryHooks.ts
Outdated
Show resolved
Hide resolved
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.
Great work on tackling such a thorny slice of the codebase! Left a couple of comments
(and hooray for no merge conflicts!)
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.
looks good to me. only flag is the counts that Bob flagged but everything else looks great.
(There actually were merge conflicts unfortunately, the refactor of the |
All comments addressed and filtering should now be working as intended |
Concept filtering now appropriately in place |
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 for going a couple rounds on this! lgtm!
PULL REQUEST
Summary
This PR refactors our code base to leverage the new value set and concept data models that Marcelle developed as part of her spike work. Refactoring is done throughout the front and back end, fixing how we execute queries as well as display results.
Related Issue
Fixes https://app.zenhub.com/workspaces/skylight-dibbs-viper-6480ba23b5a07644e0e46d23/issues/gh/cdcgov/phdi/2789