csehatt741

Results 46 comments of csehatt741

@dtslvr, after solving the Prisma related `RecordNotFound` issue and successfully invoking `DELETE api/v1/admin/profile-data/YAHOO/USDPLN`, the `USDPLN` line is still displayed: ![Image](https://github.com/user-attachments/assets/a120e375-a721-4ab2-9929-a703c3e38330) Is it the expected behavior or should it disappear completely?

Sure, no problem. Assign it to me and I'll take a look how to finish the PR!

@dtslvr, since I cannot push my changes into the fork of @verbindolai, so shall I create a new PR?

I've managed to reproduce the issue locally. The root cause is that during hard syncing all the environments from parent project are being recreated, but existing environments created during forking...

@dtslvr, I've validated it is feasible to import only `PortfolioModule` into `AiModule` and `PublicModule` by exporting missing portfolio services and re-exporting already imported modules in `PortfolioModule`. If you also want...

@dtslvr, besides `AiModule` and `PublicModule`, `PortfolioModule` is also imported into `AccountModule` and `ImportModule`. The number of services commonly shared by all these modules are so few that I believe it...

@dtslvr, if this development is stale, I can take it over.

@dtslvr, is there an example to test this functionality?