Skip to content

Commit

Permalink
Merge pull request #100 from ejp-rd-vp/feature/#93-resource-type-desc…
Browse files Browse the repository at this point in the history
…ription-and-icons

#93 - Resource Type Description and Icons
  • Loading branch information
vabishaa authored Jan 2, 2024
2 parents 73e0e17 + 281a4d0 commit 43fafda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/DiscoverySourcesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
mdi-notebook-multiple
</v-icon>
</template>
<span>The source is a registry or a network of registries.</span>
<span>Catalogue of resources</span>
</v-tooltip>
</v-col>
<v-col v-else-if="source.resourceType.includes('PATIENT_REGISTRY')" class="flex-grow-0">
Expand All @@ -55,7 +55,7 @@
mdi-clipboard-text-search-outline
</v-icon>
</template>
<span>The source is a patient information register.</span>
<span>Patient data register</span>
</v-tooltip>
</v-col>
<v-col v-else-if="source.resourceType.includes('DATASET')" class="flex-grow-0">
Expand All @@ -70,7 +70,7 @@
mdi-database-search-outline
</v-icon>
</template>
<span>This source hold knowledge on rare diseases.</span>
<span>Data and services for research</span>
</v-tooltip>
</v-col>
<v-col v-else-if="source.resourceType.includes('GUIDELINE')" class="flex-grow-0">
Expand All @@ -85,7 +85,7 @@
mdi-book-check-outline
</v-icon>
</template>
<span>This source contains recommendations or instructions.</span>
<span>Collection of guidelines</span>
</v-tooltip>
</v-col>
<v-col v-else-if="source.resourceType.includes('BIO_BANK')" class="flex-grow-0">
Expand All @@ -100,7 +100,7 @@
mdi-test-tube
</v-icon>
</template>
<span>This source contains biological samples.</span>
<span>Biosamples repository</span>
</v-tooltip>
</v-col>
<v-col v-if="source.queryable" class="flex-grow-0">
Expand Down

0 comments on commit 43fafda

Please sign in to comment.