Browse Source

Feature/add product roadmap to faq (#3143)

* Add product roadmap

* Update changelog
pull/3144/head^2
Thomas Kaul 7 months ago
committed by GitHub
parent
commit
8420cb830c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 37
      apps/client/src/app/pages/faq/overview/faq-overview-page.html

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Extended the content of the _General_ section by the product roadmap on the Frequently Asked Questions (FAQ) page
### Fixed ### Fixed
- Fixed the date conversion of the import of historical market data in the admin control panel - Fixed the date conversion of the import of historical market data in the admin control panel

37
apps/client/src/app/pages/faq/overview/faq-overview-page.html

@ -33,10 +33,8 @@
</mat-card> </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 <mat-card-title>What else is included in Ghostfolio?</mat-card-title>
>What else is included in Ghostfolio?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content> <mat-card-content>
Please find a feature overview to manage your wealth Please find a feature overview to manage your wealth
<a [routerLink]="routerLinkFeatures">here</a>. <a [routerLink]="routerLinkFeatures">here</a>.
@ -44,10 +42,8 @@
</mat-card> </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 <mat-card-title>Can I use Ghostfolio anonymously?</mat-card-title>
>Can I use Ghostfolio anonymously?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content> <mat-card-content>
Yes, the authentication system via security token enables you to sign Yes, the authentication system via security token enables you to sign
in securely and anonymously to Ghostfolio. There is no need for an in securely and anonymously to Ghostfolio. There is no need for an
@ -56,10 +52,8 @@
</mat-card> </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 <mat-card-title>How can Ghostfolio be free?</mat-card-title>
>How can Ghostfolio be free?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content <mat-card-content
>This project is driven by the efforts of contributors from around the >This project is driven by the efforts of contributors from around the
world. The world. The
@ -75,8 +69,8 @@
<mat-card-header> <mat-card-header>
<mat-card-title <mat-card-title
>Do you monetize or sell my financial data?</mat-card-title >Do you monetize or sell my financial data?</mat-card-title
></mat-card-header >
> </mat-card-header>
<mat-card-content <mat-card-content
>No, we value your privacy. We do not sell or share your financial >No, we value your privacy. We do not sell or share your financial
data with any third parties.</mat-card-content data with any third parties.</mat-card-content
@ -84,10 +78,8 @@
</mat-card> </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 <mat-card-title>What is your business model?</mat-card-title>
>What is your business model?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content <mat-card-content
>By offering >By offering
<a href="https://ghostfol.io/en/pricing">Ghostfolio Premium</a>, a <a href="https://ghostfol.io/en/pricing">Ghostfolio Premium</a>, a
@ -96,6 +88,15 @@
users.</mat-card-content users.</mat-card-content
> >
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>What is your product roadmap?</mat-card-title>
</mat-card-header>
<mat-card-content
>At this time, we do not have a public roadmap
available.</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 <mat-card-title

Loading…
Cancel
Save