Expand info on matching dataset cards Fixes #377 #1061
Annotations
6 errors and 1 warning
e2e-test:
cypress/component/ResultCard.cy.tsx#L27
Type '{ nodeName: string; datasetUUID: string; datasetName: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { 'https://github.com/nipoppy/pipeline-catalog/tree/main/processing/fmriprep': string[]; }; checked: boolean; onCheckboxChange: () => vo...' is missing the following properties from type '{ nodeName: string; datasetName: string; datasetUUID: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { [key: string]: string[]; }; checked: boolean; onCheckboxChange: (id: string) => void; isDataLad: boolean; isAggregate: boolean; }': isDataLad, isAggregate
|
e2e-test:
cypress/component/ResultCard.cy.tsx#L62
Type '{ nodeName: string; datasetUUID: string; datasetName: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { 'https://github.com/nipoppy/pipeline-catalog/tree/main/processing/fmriprep': string[]; }; checked: false; onCheckboxChange: Omit<...> ...' is missing the following properties from type '{ nodeName: string; datasetName: string; datasetUUID: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { [key: string]: string[]; }; checked: boolean; onCheckboxChange: (id: string) => void; isDataLad: boolean; isAggregate: boolean; }': isDataLad, isAggregate
|
e2e-test:
cypress/component/ResultCard.cy.tsx#L80
Type '{ nodeName: string; datasetUUID: string; datasetName: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: {}; checked: false; onCheckboxChange: () => void; }' is missing the following properties from type '{ nodeName: string; datasetName: string; datasetUUID: string; datasetPortalURI: string; datasetTotalSubjects: number; numMatchingSubjects: number; imageModals: string[]; pipelines: { [key: string]: string[]; }; checked: boolean; onCheckboxChange: (id: string) => void; isDataLad: boolean; isAggregate: boolean; }': isDataLad, isAggregate
|
e2e-test:
src/components/ResultContainer.tsx#L329
Property 'is_data_lad' does not exist on type 'Result'.
|
e2e-test:
src/components/ResultContainer.tsx#L330
Property 'is_aggregate' does not exist on type 'Result'.
|
e2e-test
Process completed with exit code 2.
|
e2e-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|