From 3d19355a729494e235accdf59a069540cd5d4f8d Mon Sep 17 00:00:00 2001 From: Yajing Tang Date: Tue, 21 Aug 2018 15:27:09 -0500 Subject: [PATCH] feat(ibdgc): add ibdgc configuration (#265) * feat(ibdgc): add ibdgc configuration * indentation * linting * more linting --- data/parameters.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/data/parameters.js b/data/parameters.js index 1d32d9f675..f672b75b3b 100644 --- a/data/parameters.js +++ b/data/parameters.js @@ -852,6 +852,38 @@ const params = { explorer: false, }, }, + ibdgc: { + graphql: { + boardCounts: [ + { + graphql: '_case_count', + name: 'Case', + plural: 'Cases', + }, + { + graphql: '_study_count', + name: 'Study', + plural: 'Studies', + }, + { + graphql: '_aliquot_count', + name: 'Aliquot', + plural: 'Aliquots', + }, + ], + chartCounts: [ + { + graphql: '_case_count', + name: 'Case', + }, + { + graphql: '_study_count', + name: 'Study', + }, + ], + projectDetails: 'boardCounts', + }, + }, kf: { gaTrackingId: 'UA-119127212-6', graphql: {