Skip to content

Commit

Permalink
fix(options): correct ccp backend config
Browse files Browse the repository at this point in the history
also add some new texts to ccp
  • Loading branch information
MatsJohansen87 committed Jun 25, 2024
1 parent 2d041af commit ef1f023
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
1 change: 1 addition & 0 deletions packages/demo/public/catalogues/catalogue-dktk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20195,6 +20195,7 @@
{
"key": "biosamples",
"name": "Bioproben",
"infoButtonText": ["Auf Auswahl dieser Parameter hin, erhalten Sie die Anzahl ALLER Proben, die mit dem Patienten übereinstimmen."],
"childCategories": [
{
"key": "sample_kind",
Expand Down
5 changes: 1 addition & 4 deletions packages/demo/public/options-ccp-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"chartOptions": {
"patients": {
"legendMapping": {
"berlin": "Berlin",
"berlin-test": "Berlin",
"bonn": "Bonn",
"dresden": "Dresden",
Expand All @@ -41,7 +40,6 @@
"ulm": "Ulm",
"wuerzburg": "Würzburg",
"mannheim": "Mannheim",
"dktk-test": "DKTK-Test",
"hamburg": "Hamburg"
}
},
Expand Down Expand Up @@ -217,7 +215,7 @@
"backendMeasures": "DKTK_STRAT_DEF_IN_INITIAL_POPULATION",
"url": "https://backend.demo.lens.samply.de/prod/",
"sites": [
"berlin",
"berlin-test",
"dresden",
"essen",
"frankfurt",
Expand All @@ -229,7 +227,6 @@
"ulm",
"wuerzburg",
"mannheim",
"dktk-test",
"hamburg"
],
"catalogueKeyToResponseKeyMap": [
Expand Down
4 changes: 1 addition & 3 deletions packages/demo/public/options-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}
},
"siteMappings": {
"berlin": "Berlin",
"berlin-test": "Berlin",
"bonn": "Bonn",
"dresden": "Dresden",
Expand Down Expand Up @@ -220,7 +219,7 @@
"backendMeasures": "DKTK_STRAT_DEF_IN_INITIAL_POPULATION",
"url": "http://localhost:8055",
"sites": [
"berlin",
"berlin-test",
"dresden",
"essen",
"frankfurt",
Expand All @@ -232,7 +231,6 @@
"ulm",
"wuerzburg",
"mannheim",
"dktk-test",
"hamburg"
],
"catalogueKeyToResponseKeyMap": [
Expand Down
17 changes: 8 additions & 9 deletions packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@
<div class="chart-wrapper result-table">
<lens-result-table pageSize="10">
<div slot="above-pagination" class="result-table-hint-text">
* Umfasst Gewebe- und flüssige Proben. Die Anzahl der
FFPE-Proben (Schätzung) entspricht der Zahl der
Diagnosen.
* Die Anzahl der möglichen vorhandenen FFPE-Proben aus
der Pathologie beruht auf der Menge der gezählten
Histologien.
</div>
</lens-result-table>
</div>
Expand Down Expand Up @@ -240,17 +240,16 @@
</main>

<footer>
<a
class="ccp"
href="https://dktk.dkfz.de/klinische-plattformen/ueber-die-ccp/about-ccp"
target="_blank"
>
<a class="ccp" href="www.dktk.dkfz.de/ccp" target="_blank">
Known Issues
</a>
<a class="ccp" href="https://hub.dkfz.de/s/iP6A7zJzAQya3iC" target="_blank">
Clinical Communication Platform (CCP)
</a>
<a class="email" href="mailto:CCP@dkfz.de">Kontakt</a>
<a
class="user-agreement"
href="https://hub.dkfz.de/s/xcGZHda8LHd6yGS"
href=" https://hub.dkfz.de/s/MPCg2kK23LH8Yii"
download="nutzervereinbarung"
target="_blank">Nutzungsvereinbarung</a
>
Expand Down

0 comments on commit ef1f023

Please sign in to comment.