Browse Source

Add concept of platforms

pull/3549/head
Thomas Kaul 1 year ago
parent
commit
98d98d4303
  1. 11
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

11
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -86,6 +86,17 @@
</ol> </ol>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>What is the concept of platforms?</mat-card-title>
</mat-card-header>
<mat-card-content>
Platforms are used to group multiple accounts, such as a savings
account and a trading account at the same bank. By assigning accounts
to the same platform, they are displayed with a unified icon and you
gain insights into platform-specific risks.
</mat-card-content>
</mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title>How do I add a new platform?</mat-card-title> <mat-card-title>How do I add a new platform?</mat-card-title>

Loading…
Cancel
Save