Thomas Kaul

Results 116 issues of Thomas Kaul

Add missing attributes `activitiesCount` and `date` (_First Activitiy_) to market data endpoint for `presetId` = `CURRENCIES` (`api/v1/admin/market-data?presetId=CURRENCIES`). ### Steps to reproduce 1. Go to _Admin Control_ 2. Click on _Market...

enhancement
good first issue
help wanted

**Bug Description** **To Reproduce** 1. Activate _Experimental Features_ in _My Ghostfolio 2. Impersonate a user account you have access 3. Accounts in the account selector of the assistant are my...

bug

Running `yarn lint` exits with the following error: Linting "api"... > NX ESLint configuration in apps/api/.eslintrc.json » ../../.eslintrc.json is invalid: - Property "extends" is the wrong type (expected string but...

bug
help wanted

**Bug Description** After changing the `@Input` parameters, the `CurrencySelectorComponent` does not display the correct state. **To Reproduce** 1. Open _Admin Control_ > _Market Data_ 2. Open an asset profile where...

bug
good first issue
help wanted

**Bug Description** [Debugging](https://github.com/ghostfolio/ghostfolio?tab=readme-ov-file#debug) in VS Code exits with error. **To Reproduce** 1. Run yarn `watch:server` and click _Debug API_ in [Visual Studio Code](https://code.visualstudio.com) **Expected behavior** The server starts without error....

bug
help wanted

With the groundwork of #2693 it is now possible to guard endpoints with the following code: ``` @UseGuards(HasPermissionGuard) // can be on the controller or handler @HasPermission('somePermissionKey') // on the...

enhancement

Create a new endpoint to render a chart for [month to month performances](https://www.ishares.com/ch/individual/en/products/251882/ishares-msci-world-ucits-etf-acc-fund#performance). The endpoint should be in the same form as `api/v1/portfolio/investments?groupBy=month&range=5y` supporting `groupBy` and `range`. Response: ``` {...

enhancement