Thomas Kaul

Results 100 issues of Thomas Kaul

Set up a new rule `AllocationClusterRiskEmergingMarkets` (`models/rules/allocation-cluster-risk/emerging-markets.ts`) and register it in the [PortfolioService](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/portfolio/portfolio.service.ts#L1171). Provide `markets` (available from [getDetails()](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/portfolio/portfolio.service.ts#L1163)) to the constructor of the rule and evaluate that the `value` of...

enhancement
good first issue
help wanted
hacktoberfest
NestJS

**Bug Description** When you switch the date range, the chart data of _Portfolio Evolution_ and _Investment Timeline_ ([InvestmentChartComponent](https://github.com/ghostfolio/ghostfolio/tree/main/apps/client/src/app/components/investment-chart)) is squeezed in on the x-axis. **To Reproduce** 1. Create a new...

bug
good first issue
help wanted
hacktoberfest
Angular

The scraper configuration in `AssetProfileDialog` is currently a single textarea. In this issue, the parameters should be split into a sub form using dedicated form elements. ### Before ### After...

enhancement
good first issue
help wanted
hacktoberfest
Angular

Set up a new rule `AllocationClusterRiskDevelopedMarkets` (`models/rules/allocation-cluster-risk/developed-markets.ts`) and register it in the [PortfolioService](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/portfolio/portfolio.service.ts#L1169). Provide `markets` (available from [getDetails()](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/portfolio/portfolio.service.ts#L1162)) to the constructor of the rule and evaluate that the `value` of...

enhancement
good first issue
help wanted
hacktoberfest
NestJS

The goal of this issue is to split the overloaded [Resources](https://ghostfol.io/en/resources) page into [tabbed sub pages](https://github.com/ghostfolio/ghostfolio/blob/main/apps/client/src/app/pages/about/about-page.component.ts#L20) * `en/resources` - _Ghostfolio_ * `en/resources/guides` - _Guides_ * `en/resources/markets` - _Markets_ * `en/resources/glossary`...

enhancement
good first issue
help wanted
hacktoberfest
Angular

The historical market data editor logic is currently present in `AssetProfileDialog`. The goal of this issue is to extract the code and create a reusable component in `@ghostfolio/ui`. The component...

enhancement
good first issue
help wanted
hacktoberfest
Angular

# Bug Report ## Describe the bug When you use [search](https://github.com/gadicc/node-yahoo-finance2/blob/devel/docs/modules/search.md), the typings of `quotes` do not contain `symbol` anymore. ## Minimal Reproduction ``` const { quotes } = await...

bug