Skip to content

Commit

Permalink
Merge branch 'bob/que-32-build-in-condition-template-selection-page' of
Browse files Browse the repository at this point in the history
https://github.com/CDCgov/dibbs-query-connector into bob/que-32-build-in-condition-template-selection-page
  • Loading branch information
fzhao99 committed Nov 6, 2024
2 parents 836a1fd + 91dc8d9 commit 14278e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions query-connector/src/app/database-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ import {
import { UUID } from "crypto";
import {
CategoryToConditionIdToNameArrayMap,
CategoryNameToConditionDetailsMap,
ConditionIdToNameMap,
ConditionDetailsMap,
} from "./queryBuilding/utils";

const getQuerybyNameSQL = `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type ConditionColumnDisplayProps = {
* @param root0.fetchedConditions - conditions queried from backend to display
* @param root0.searchFilter - filter grabbed from search field to filter fetched
* components against
* @param root0.setFetchedConditions
* @returns Conditions split out into two columns that will filter themselves
* at both the category and condition levels if a valid search filter is applied.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ type ConditionOptionProps = {
* @param root0 - params
* @param root0.conditionIdToTemplateMap - the ID: Condition name map that needs to
* be displayed
* @param root0.conditionId
* @param root0.conditionNameAndInclude
* @param root0.handleConditionSelection
* @returns A component for display to redner on the query building page
*/
const ConditionOption: React.FC<ConditionOptionProps> = ({
Expand Down

0 comments on commit 14278e2

Please sign in to comment.