Kenrick Tandrian
362997324e
Task/enforce module boundaries for ui module ( #5947 )
* feat(lib): move ConfirmationDialogType to common lib
* fix(lib): move SubscriptionType to enums
* feat(lib): move validateObjectForForm util to common lib
* feat(lib): move GfDialogFooterComponent to ui lib
* feat(lib): move GfDialogHeaderComponent to ui lib
2 weeks ago
Thomas Kaul
e75be9d82a
Bugfix/fix type error in CreateAccountWithBalancesDto ( #5945 )
* Refactor import
2 weeks ago
Kenrick Tandrian
6deaccfe16
Task/enforce module boundaries for client module ( #5944 )
* feat(lib): move SymbolPipe to common lib
* feat(lib): move CreateAccountBalanceDto to common lib
* feat(lib): move IsCurrencyCode validator to common lib
* feat(lib): move UpdateAssetProfileDto to common lib
* feat(lib): move UpdateUserSettingDto to common lib
* feat(lib): move CreateAccessDto to common lib
* feat(lib): move UpdateAccessDto to common lib
* feat(lib): move CreateTagDto to common lib
* feat(lib): move UpdateTagDto to common lib
* feat(lib): move CreatePlatformDto to common lib
* feat(lib): move UpdatePlatformDto to common lib
* feat(lib): move CreateOrderDto to common lib
* feat(lib): move UpdateOrderDto to common lib
* feat(lib): move RuleSettings interface to common lib
* feat(lib): move CreateAccountDto TransferBalanceDto UpdateAccountDto to common lib
* feat(lib): move CreateAccountWithBalancesDto to common lib
* feat(lib): move CreateAssetProfileDto and CreateAssetProfileWithMarketDataDto to common lib
* feat(lib): move AuthDeviceDto to common lib
* feat(lib): move simplewebauthn interfaces to common lib
This includes AssertionCredentialJSON, AttestationCredentialJSON, PublicKeyCredentialCreationOptionsJSON, PublicKeyCredentialRequestOptionsJSON.
* feat(lib): move UpdateMarketDataDto to common lib
* feat(lib): move UpdateBulkMarketDataDto to common lib
* feat(lib): move CreateWatchlistItemDto to common lib
* feat(lib): move DeleteOwnUserDto to common lib
* feat(lib): move UserItem interface to common lib
* feat(lib): move UpdateOwnAccessTokenDto to common lib
* feat(lib): move PropertyDto to common lib
2 weeks ago
Germán Martín
66a3e319a8
Feature/separate Google OAuth and token authentication ( #5915 )
* Separate Google OAuth and token authentication
* Update changelog
2 weeks 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
2 weeks ago
Thomas Kaul
9383fc00cb
Task/introduce interface for get account response ( #5902 )
* Introduce interface for get account response
3 weeks 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>
3 weeks ago
Thomas Kaul
a5f934460b
Task/introduce interface for get admin users response ( #5903 )
* Introduce interface for get admin users response
4 weeks ago
Kenrick Tandrian
b705b8f07b
Task/resolve @typescript-eslint/prefer-regexp-exec ESLint rule ( #5885 )
* fix(lint): remove @typescript-eslint/prefer-regexp-exec override
* fix(lint): resolve eslint errors
4 weeks ago
Thomas Kaul
e03f58feff
Task/refactor Activities interface to ActivitiesResponse interface ( #5835 )
* Refactor Activities interface to ActivitiesResponse interface
1 month ago
Vansh
0b28da879b
Task/extend export response by performanceCalculationType ( #5816 )
* Extend export response by performanceCalculationType
* Update changelog
1 month ago
Thomas Kaul
edcc140428
Task/introduce interface for create Stripe checkout session response ( #5791 )
* Introduce interface
1 month ago
Harsh Santwani
9b51c2da5d
Task/improve typings of getOrderById() functionality ( #5810 )
* Improve typings of getOrderById() functionality
1 month ago
Ani07-05
7ee38d0067
Task/refactor Export interface to ExportResponse interface ( #5805 )
* Refactor Export interface to ExportResponse interface
1 month ago
Germán Martín
3215280636
Task/extract portfolio filter sub form of assistant to reusable component ( #5618 )
* Extract portfolio filter sub form of assistant to reusable component
* Update changelog
1 month ago
Vansh
3b4705405b
Task/improve typings of getAsset() functionality ( #5804 )
* Improve typings of getAsset() functionality
1 month ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
1 month ago
vitalymatyushik
24234591c9
Task/improve typings of getInfo() functionality ( #5803 )
* Improve typings
1 month ago
Google
71b375ea92
Task/refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse ( #5771 )
* Refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse
1 month ago
Aman
f940eb6725
Task/refactor PortfolioInvestments interface to PortfolioInvestmentsResponse interface ( #5774 )
* Refactor PortfolioInvestments to PortfolioInvestmentsResponse
1 month ago
Umesh Pal
5bcc2e9648
Task/refactor PortfolioDividends interface to PortfolioDividendsResponse interface ( #5773 )
* Refactor PortfolioDividends to PortfolioDividendsResponse
1 month ago
Dibyendu Sahoo
db2c2426c6
Task/refactor interest to interestInBaseCurrency in portfolio summary interface ( #5763 )
* Refactor interest to interestInBaseCurrency
1 month ago
Thomas Kaul
2ff02a0a9c
Feature/improve currency validation in search functionality of data provider service ( #5745 )
* Improve currency validation
* Update changelog
2 months ago
Lagmator22
20da95239e
Task/refactor liabilities to liabilitiesInBaseCurrency in portfolio summary interface ( #5725 )
* Refactor liabilities to liabilitiesInBaseCurrency
2 months ago
Tanbir Ali
d2fe16c794
Task/refactor transactionCount to activitiesCount in portfolio holding response ( #5709 )
* Refactor transactionCount to activitiesCount in portfolio holding response
* Update changelog
2 months ago
Germán Martín
20a756a376
Feature/add support to update granted access ( #5566 )
* Add support to update granted access
* Update changelog
2 months ago
Flavien Lankai-Mills
c173998677
Task/refactor fire wealth from number to object in portfolio summary interface ( #5644 )
* Refactor fire wealth from number to object in portfolio summary interface
* Update changelog
2 months ago
Thomas Kaul
8f923d0486
Feature/improve number formatting of y-axis in investment chart component ( #5633 )
* Improve number formatting of y-axis
* Update changelog
2 months ago
Thomas Kaul
6ff1d65a70
Feature/add safe withdrawal rate to user settings ( #5629 )
* Add safe withdrawal rate to user settings
* Update changelog
2 months ago
Thomas Kaul
fda121b138
Feature/add missing filters.assetClasses to user settings interface ( #5572 )
* Add filters.assetClasses
2 months ago
David Requeno
11c51698d7
Feature/extend public portfolio page with latest activities ( #5538 )
* Extend public portfolio page with latest activities
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 months ago
Thomas Kaul
bde0ca74f2
Feature/handle undefined user in isRestrictedView() of permissions ( #5569 )
* Handle undefined user
2 months ago
Thomas Kaul
02f8f318ba
Bugfix/add missing guards in isRestrictedView() of permissions ( #5540 )
* Add missing guards
2 months ago
Thomas Kaul
b26d44a588
Feature/extend personal finance tools 20250914 ( #5522 )
* Add Amsflow
* Add BudgetPulse
* Add CountAbout
* Add Honeydue
* Add MoneyWiz
* Add SplashMoney
* Extend tags
3 months ago
Tobias Kugel
cc9346f3de
Task/restructure portfolio report response ( #5454 )
* Restructure portfolio report response
* Update changelog
3 months ago
Sven Günther
e70277c66d
Feature/enable automatic data gathering for custom currencies added via currency management in admin control panel ( #5434 )
* Enable automatic data gathering for custom currencies
* Update changelog
3 months ago
Thomas Kaul
25dbeeb5c5
Feature/extend personal finance tools 20250827 ( #5411 )
* Add Income Reign
* Various updates
3 months ago
Attila Cseh
138d867e8d
Feature/filter asset sub class options in create activity dialog ( #5404 )
* Filter asset sub class options in create activity dialog
* Update changelog
3 months ago
Kenrick Tandrian
e6aa580fae
Feature/extend watchlist endpoint by trend50d and trend200d ( #5405 )
* Extend watchlist endpoint by trend50d and trend200d
* Update changelog
3 months ago
Thomas Kaul
7769f31e41
Feature/extend personal finance tools 20250822 ( #5388 )
* Add InvMon
3 months ago
Thomas Kaul
52ea3c5e84
Feature/add buying power to static portfolio analysis rules ( #5365 )
* Add buying power rule
* Update changelog
4 months ago
Thomas Kaul
670d25fc36
Feature/extend personal finance tools 20250810 (part 2) ( #5354 )
* Add PocketGuard
* Various updates
4 months ago
Thomas Kaul
c1702f0446
Feature/extend personal finance tools 20250810 ( #5353 )
* Add Atominvest
* Add Cobalt
4 months ago
Attila Cseh
711d716de0
Feature/extend accounts endpoint by dividend and interest ( #5335 )
* Extend accounts endpoint by dividend and interest
* Update changelog
4 months ago
Thomas Kaul
fcaa4f7996
Feature/improve precision of values in holding detail dialog on mobile ( #5337 )
* Improve dynamic numerical precision
* Shorten date on mobile
* Extend Storybook story of value component
* Update changelog
4 months ago
Thomas Kaul
8cd72885ea
Feature/extend personal finance tools 20250806 ( #5326 )
* Various updates
* Add Gasti
4 months ago
Thomas Kaul
7a5927592d
Feature/add support to exclude activity from analysis via tag ( #5297 )
* Add support to exclude activity from analysis via tag
* Update changelog
4 months ago
Thomas Kaul
cb30ea2979
Feature/restructure portfolio report response (part 2) ( #5282 )
* Restructure response of portfolio report endpoint
4 months ago
Joseph Bao
adc00694cf
Feature/add allocations percentage to accounts table component ( #4720 )
* Add allocations percentage to accounts table component
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
4 months ago
Thomas Kaul
4b03d5a926
Feature/restructure portfolio report response ( #5260 )
* Restructure response of portfolio report endpoint
* Update changelog
4 months ago