KenTandrian
|
0a3c707e45
|
feat(lib): move CreateAccountWithBalancesDto to common lib
|
1 month ago |
KenTandrian
|
5b1402b1b9
|
feat(lib): move CreateAccountDto TransferBalanceDto UpdateAccountDto to common lib
|
1 month ago |
KenTandrian
|
d8c43dcb6d
|
feat(lib): move RuleSettings interface to common lib
|
1 month ago |
KenTandrian
|
0e915348a3
|
feat(lib): move UpdateOrderDto to common lib
|
1 month ago |
KenTandrian
|
6e1c6ac370
|
feat(lib): move CreateOrderDto to common lib
|
1 month ago |
KenTandrian
|
8c2d8fdf81
|
feat(lib): move UpdatePlatformDto to common lib
|
1 month ago |
KenTandrian
|
7bd02b2165
|
feat(lib): move CreatePlatformDto to common lib
|
1 month ago |
KenTandrian
|
0274fa350f
|
feat(lib): move UpdateTagDto to common lib
|
1 month ago |
KenTandrian
|
d548fa3bce
|
feat(lib): move CreateTagDto to common lib
|
1 month ago |
KenTandrian
|
585d5d80bc
|
feat(lib): move UpdateAccessDto to common lib
|
1 month ago |
KenTandrian
|
f6ac3f2237
|
feat(lib): move CreateAccessDto to common lib
|
1 month ago |
KenTandrian
|
2eb092e7da
|
feat(lib): move UpdateUserSettingDto to common lib
|
1 month ago |
KenTandrian
|
051c1a3fbb
|
feat(lib): move UpdateAssetProfileDto to common lib
|
1 month ago |
KenTandrian
|
fc905b5dd7
|
feat(lib): move IsCurrencyCode validator to common lib
|
1 month ago |
KenTandrian
|
350a5c9e1d
|
feat(lib): move CreateAccountBalanceDto to common lib
|
1 month ago |
Germán Martín
|
66a3e319a8
|
Feature/separate Google OAuth and token authentication (#5915)
* Separate Google OAuth and token authentication
* Update changelog
|
1 month ago |
Kenrick Tandrian
|
a57b670d7b
|
Task/enforce module boundaries for api and common modules (#5925)
* feat(lint): allow circular self deps
* feat(lint): enforce module boundaries
* feat(lib): move data provider response interface to common
* feat(lib): move symbol item interface to common
* feat(lib): move activity interface to common
* feat(lint): temporarily disable @nx/enforce-module-boundaries for ui files
* feat(lint): temporarily disable @nx/enforce-module-boundaries for client files
* feat(lint): ignore circular deps between client and ui
* feat(common): implement barrel export for data provider response interface
* feat(common): implement barrel export for activity interface
* feat(common): implement barrel export for symbol item interface
|
1 month ago |
Thomas Kaul
|
9f878c42f4
|
Task/refactor getHolding() in portfolio service (#5898)
* Refactor getHolding() if no holding has been found
* Update changelog
|
2 months ago |
Thomas Kaul
|
9383fc00cb
|
Task/introduce interface for get account response (#5902)
* Introduce interface for get account response
|
2 months ago |
Arghya Das
|
697ecfe9bd
|
Feature/add endpoint to get user by id (#5910)
* Add endpoint to get user by id
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
2 months ago |
Germán Martín
|
1ae3519d7f
|
Bugfix/assign admin role to first user signing up (#5914)
* Assign admin role to first user signing up
* Update changelog
|
2 months ago |
Thomas Kaul
|
a5f934460b
|
Task/introduce interface for get admin users response (#5903)
* Introduce interface for get admin users response
|
2 months ago |
Thomas Kaul
|
a4040c3c3c
|
Task/remove Internet Identity as social login provider (#5891)
* Remove Internet Identity
* Update changelog
|
2 months ago |
Thomas Kaul
|
5598b3780c
|
Feature/set up unit test for BTCEUR in base currency EUR (#5778)
* Set up test
|
2 months ago |
Kenrick Tandrian
|
4ecfdadda4
|
Task/resolve @typescript-eslint/no-unsafe-function-type ESLint rule (#5889)
* fix(lint): remove @typescript-eslint/no-unsafe-function-type override
* fix(lint): resolve eslint errors
|
2 months ago |
Vansh
|
7dc74fe681
|
Task/refactor column definitions in AI service (#5834)
* Refactor column definitions in AI service
* Update changelog
|
2 months ago |
vitalymatyushik
|
31e2346101
|
Bugfix/market price in base currency during the portfolio snapshot calculation (#5828)
* Add fallback for market price in base currency
* Update changelog
|
2 months ago |
Thomas Kaul
|
e03f58feff
|
Task/refactor Activities interface to ActivitiesResponse interface (#5835)
* Refactor Activities interface to ActivitiesResponse interface
|
2 months ago |
Sven Günther
|
0ec9c1dd93
|
Bugfix/custom asset name rendering in import activities dialog (#5787)
* Fix custom asset name rendering in import activities dialog
* Update changelog
|
2 months ago |
David Requeno
|
1f6b061ab0
|
Task/migrate tablemark to v4 (#5809)
* Migrate tablemark to v4
* Update changelog
|
2 months ago |
Vansh
|
0b28da879b
|
Task/extend export response by performanceCalculationType (#5816)
* Extend export response by performanceCalculationType
* Update changelog
|
2 months ago |
Thomas Kaul
|
f19d9c78aa
|
Task/clean up unused eslint-disable-next-line directives (#5782)
* Clean up unused eslint-disable-next-line directives
|
2 months ago |
Thomas Kaul
|
edcc140428
|
Task/introduce interface for create Stripe checkout session response (#5791)
* Introduce interface
|
2 months ago |
Szymon Łągiewka
|
ceace870a8
|
Task/upgrade ioredis to forfeit overriding defaults (#5813)
* Upgrade ioredis to forfeit overriding defaults
* Update changelog
|
2 months ago |
Harsh Santwani
|
9b51c2da5d
|
Task/improve typings of getOrderById() functionality (#5810)
* Improve typings of getOrderById() functionality
|
2 months ago |
Ani07-05
|
7ee38d0067
|
Task/refactor Export interface to ExportResponse interface (#5805)
* Refactor Export interface to ExportResponse interface
|
2 months ago |
Vansh
|
3b4705405b
|
Task/improve typings of getAsset() functionality (#5804)
* Improve typings of getAsset() functionality
|
2 months ago |
Thomas Kaul
|
be0ddd6298
|
Task/harmonize interfaces naming (#5796)
* Harmonize interfaces naming
|
2 months ago |
vitalymatyushik
|
24234591c9
|
Task/improve typings of getInfo() functionality (#5803)
* Improve typings
|
2 months ago |
David Requeno
|
5bfcceb959
|
Task/auto-pad holdings table in AI prompt using tablemark (#5772)
* Auto-pad holdings table in AI prompt using tablemark
* Update changelog
|
2 months ago |
s-vamshi
|
a65523fd04
|
Feature/allow data gathering by date range (#5762)
* Allow data gathering by date range
* Update changelog
|
2 months ago |
Google
|
71b375ea92
|
Task/refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse (#5771)
* Refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse
|
2 months ago |
Aman
|
f940eb6725
|
Task/refactor PortfolioInvestments interface to PortfolioInvestmentsResponse interface (#5774)
* Refactor PortfolioInvestments to PortfolioInvestmentsResponse
|
2 months ago |
Sven Günther
|
1daa980824
|
Bugfix/import of activity with MANUAL data source (CSV file) (#5749)
* Fix import of activity with MANUAL data source
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
2 months ago |
Thomas Kaul
|
04d6d9cfa9
|
Bugfix/total buy and sell calculation in summary (#5759)
* Fix total buy and sell calculation related to activities in custom currency
* Update changelog
|
2 months ago |
Umesh Pal
|
5bcc2e9648
|
Task/refactor PortfolioDividends interface to PortfolioDividendsResponse interface (#5773)
* Refactor PortfolioDividends to PortfolioDividendsResponse
|
2 months ago |
Thomas Kaul
|
103c15ca31
|
Feature/improve portfolio calculator unit tests by loading currency from user settings (#5765)
* Use currency from user settings
* Update changelog
|
2 months ago |
Dibyendu Sahoo
|
db2c2426c6
|
Task/refactor interest to interestInBaseCurrency in portfolio summary interface (#5763)
* Refactor interest to interestInBaseCurrency
|
2 months ago |
Thomas Kaul
|
3034745e7d
|
Feature/improve currency validation in getAssetProfiles() functionality of data provider service (#5747)
* Improve currency validation
* Update changelog
|
2 months ago |
Lagmator22
|
20da95239e
|
Task/refactor liabilities to liabilitiesInBaseCurrency in portfolio summary interface (#5725)
* Refactor liabilities to liabilitiesInBaseCurrency
|
3 months ago |