Browse Source
Feature/improve usability for benchmark and markets management in asset profile dialog (#5911)
* Improve usability for benchmark and markets management
* Update changelog
pull/5916/head
Thomas Kaul
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
14 additions and
5 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
|
|
@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Improved the _Self-Hosting_ section content for the _Compare with..._ concept on the Frequently Asked Questions (FAQ) page |
|
|
|
|
|
- Improved the _Self-Hosting_ section content for the _Markets_ concept on the Frequently Asked Questions (FAQ) page |
|
|
- Changed the build executor of the client from `@nx/angular:webpack-browser` to `@nx/angular:browser-esbuild` |
|
|
- Changed the build executor of the client from `@nx/angular:webpack-browser` to `@nx/angular:browser-esbuild` |
|
|
- Improved the language localization for German (`de`) |
|
|
- Improved the language localization for German (`de`) |
|
|
|
|
|
|
|
|
|
|
|
@ -352,7 +352,6 @@ |
|
|
<div class="w-50"> |
|
|
<div class="w-50"> |
|
|
<mat-checkbox |
|
|
<mat-checkbox |
|
|
color="primary" |
|
|
color="primary" |
|
|
i18n |
|
|
|
|
|
[checked]="isBenchmark" |
|
|
[checked]="isBenchmark" |
|
|
[disabled]="isEditAssetProfileIdentifierMode" |
|
|
[disabled]="isEditAssetProfileIdentifierMode" |
|
|
(change)=" |
|
|
(change)=" |
|
|
@ -366,8 +365,13 @@ |
|
|
symbol: data.symbol |
|
|
symbol: data.symbol |
|
|
}) |
|
|
}) |
|
|
" |
|
|
" |
|
|
>Benchmark</mat-checkbox |
|
|
|
|
|
> |
|
|
> |
|
|
|
|
|
<ng-container i18n>Include in</ng-container> |
|
|
|
|
|
<ng-container> </ng-container> |
|
|
|
|
|
<ng-container i18n>Benchmark</ng-container> |
|
|
|
|
|
<ng-container> / </ng-container> |
|
|
|
|
|
<ng-container i18n>Markets</ng-container> |
|
|
|
|
|
</mat-checkbox> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="mt-3"> |
|
|
<div class="mt-3"> |
|
|
|
|
|
@ -184,7 +184,9 @@ |
|
|
<li>Open the <i>Admin Control</i> panel</li> |
|
|
<li>Open the <i>Admin Control</i> panel</li> |
|
|
<li>Navigate to the <i>Market Data</i> section</li> |
|
|
<li>Navigate to the <i>Market Data</i> section</li> |
|
|
<li>Choose an asset profile</li> |
|
|
<li>Choose an asset profile</li> |
|
|
<li>In the dialog, check the <i>Benchmark</i> box</li> |
|
|
<li> |
|
|
|
|
|
In the dialog, check the <i>Include in Benchmark / Markets</i> box |
|
|
|
|
|
</li> |
|
|
</ol> |
|
|
</ol> |
|
|
</mat-card-content> |
|
|
</mat-card-content> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
@ -212,12 +214,13 @@ |
|
|
<mat-card-title>How do I set up <i>Markets</i>?</mat-card-title> |
|
|
<mat-card-title>How do I set up <i>Markets</i>?</mat-card-title> |
|
|
</mat-card-header> |
|
|
</mat-card-header> |
|
|
<mat-card-content> |
|
|
<mat-card-content> |
|
|
<p>The <i>Markets</i> list is derived from your <i>Benchmarks</i>.</p> |
|
|
|
|
|
<ol> |
|
|
<ol> |
|
|
<li>Open the <i>Admin Control</i> panel</li> |
|
|
<li>Open the <i>Admin Control</i> panel</li> |
|
|
<li>Navigate to the <i>Market Data</i> section</li> |
|
|
<li>Navigate to the <i>Market Data</i> section</li> |
|
|
<li>Choose an asset profile</li> |
|
|
<li>Choose an asset profile</li> |
|
|
<li>In the dialog, check the <i>Benchmark</i> box</li> |
|
|
<li> |
|
|
|
|
|
In the dialog, check the <i>Include in Benchmark / Markets</i> box |
|
|
|
|
|
</li> |
|
|
</ol> |
|
|
</ol> |
|
|
<p> |
|
|
<p> |
|
|
Please note: Data is cached, meaning changes may take a few minutes |
|
|
Please note: Data is cached, meaning changes may take a few minutes |
|
|
|