• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CBIIT / bento-c3dc-frontend / 20381879749

19 Dec 2025 08:35PM UTC coverage: 0.18%. Remained the same
20381879749

push

github

web-flow
Merge pull request #438 from CBIIT/C3DC-1841

C3DC-1841 CCDI Hub's column management feature

6 of 3389 branches covered (0.18%)

Branch coverage included in aggregate %.

0 of 3 new or added lines in 1 file covered. (0.0%)

3 existing lines in 3 files now uncovered.

10 of 5502 relevant lines covered (0.18%)

0.09 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/bento/studyDetailData.js
1
import gql from 'graphql-tag';
×
2

3
// --------------- Right Panel configuration --------------
4
// Ideal size for fileIconSrc is 66x53 px
5
const rightPanel = {
×
6
  widget: [
7
    {
8
      dataField: 'diagnoses',
9
      label: 'Diagnosis',
10
      display: true,
11
    },
12
  ],
13
  files: [
14
    {
15
      dataField: 'num_participants',
16
      label: 'PARTICIPANTS',
17
      display: true,
18
    },
19
    {
20
      dataField: 'num_survivals',
21
      label: 'SURVIVAL RECORDS',
22
      display: true,
23
    },
24
    {
25
      dataField: 'num_diseases',
26
      label: 'DIAGNOSES',
27
      display: true,
28
    },
29
    {
30
      dataField: 'num_anatomic_sites',
31
      label: 'ANATOMICAL SITES',
32
      display: true,
33
    },
34
  ],
35
};
36

UNCOV
37
const GET_STUDY_DETAIL_DATA_QUERY = gql`
×
38
query studyDetails($study_id: String) {
39
  studyDetails(study_id: $study_id) {
40
      dbgap_accession
41
      study_description
42
      num_participants
43
      num_diseases
44
      num_anatomic_sites
45
      num_survivals
46
      
47
      __typename
48
  }
49
}`;
50

51

52
export {
53
  rightPanel,
54
  GET_STUDY_DETAIL_DATA_QUERY,
55
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc