Thomas Kaul
3698c76972
Task/deprecate activities in portfolio holding response ( #6147 )
* Deprecate activities
* Update changelog
2 weeks ago
Thomas Kaul
0f9bebcf82
Task/eliminate ngx-stripe ( #6116 )
* Eliminate ngx-stripe
* Update changelog
2 weeks ago
Paul van der lei
ee1f606b59
Feature/create endpoint to get all platforms ( #6097 )
* Create endpoint to get all platforms
* Update changelog
2 weeks ago
Thomas Kaul
ccea6481ab
Task/prettify files 20251204 ( #6033 )
* Prettify files
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
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
Thomas Kaul
a5f934460b
Task/introduce interface for get admin users response ( #5903 )
* Introduce interface for get admin users response
2 months ago
Thomas Kaul
e03f58feff
Task/refactor Activities interface to ActivitiesResponse interface ( #5835 )
* Refactor Activities interface to ActivitiesResponse interface
3 months ago
Vansh
0b28da879b
Task/extend export response by performanceCalculationType ( #5816 )
* Extend export response by performanceCalculationType
* Update changelog
3 months ago
Thomas Kaul
edcc140428
Task/introduce interface for create Stripe checkout session response ( #5791 )
* Introduce interface
3 months ago
Harsh Santwani
9b51c2da5d
Task/improve typings of getOrderById() functionality ( #5810 )
* Improve typings of getOrderById() functionality
3 months ago
Ani07-05
7ee38d0067
Task/refactor Export interface to ExportResponse interface ( #5805 )
* Refactor Export interface to ExportResponse interface
3 months ago
Vansh
3b4705405b
Task/improve typings of getAsset() functionality ( #5804 )
* Improve typings of getAsset() functionality
3 months ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
3 months ago
vitalymatyushik
24234591c9
Task/improve typings of getInfo() functionality ( #5803 )
* Improve typings
3 months ago
Google
71b375ea92
Task/refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse ( #5771 )
* Refactor BenchmarkMarketDataDetails to BenchmarkMarketDataDetailsResponse
3 months ago
Aman
f940eb6725
Task/refactor PortfolioInvestments interface to PortfolioInvestmentsResponse interface ( #5774 )
* Refactor PortfolioInvestments to PortfolioInvestmentsResponse
3 months ago
Umesh Pal
5bcc2e9648
Task/refactor PortfolioDividends interface to PortfolioDividendsResponse interface ( #5773 )
* Refactor PortfolioDividends to PortfolioDividendsResponse
3 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
3 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>
4 months ago
Tobias Kugel
cc9346f3de
Task/restructure portfolio report response ( #5454 )
* Restructure portfolio report response
* Update changelog
4 months ago
Kenrick Tandrian
e6aa580fae
Feature/extend watchlist endpoint by trend50d and trend200d ( #5405 )
* Extend watchlist endpoint by trend50d and trend200d
* Update changelog
5 months ago
Attila Cseh
711d716de0
Feature/extend accounts endpoint by dividend and interest ( #5335 )
* Extend accounts endpoint by dividend and interest
* Update changelog
5 months ago
Thomas Kaul
cb30ea2979
Feature/restructure portfolio report response (part 2) ( #5282 )
* Restructure response of portfolio report endpoint
6 months ago
Thomas Kaul
4b03d5a926
Feature/restructure portfolio report response ( #5260 )
* Restructure response of portfolio report endpoint
* Update changelog
6 months ago
Thomas Kaul
53127340f4
Feature/extend markets ( #5076 )
* Extend markets
* Clean up
7 months ago
Thomas Kaul
be3a9b8e83
Feature/refactor health check endpoints ( #5005 )
* Refactor health check endpoints
* Update changelog
7 months ago
Thomas Kaul
c553fdf6d4
Bugfix/change investment value to take currency effects into account in holding detail dialog ( #4789 )
* Change investment value to take currency effects into account
* Update changelog
8 months ago
Kenrick Tandrian
c38dab5ab0
Feature/extend holding endpoint by performances ( #4660 )
* Extend holding endpoint by performances
* Update changelog
8 months ago
Thomas Kaul
3646fb7f77
Feature/refactor portfolio holding response ( #4649 )
* Refactor portfolio holding response
* maxPrice -> marketPriceMax
* minPrice -> marketPriceMin
* orders -> activities
9 months ago
Thomas Kaul
1bced96460
Feature/deprecate portfolio position endpoints ( #4648 )
* Deprecate api/v1/portfolio/position endpoints
* Update changelog
9 months ago
Thomas Kaul
3e963228d6
Feature/refactor accounts response interface ( #4644 )
* Refactor accounts response interface
9 months ago
Kenrick Tandrian
770b322137
Feature/extend watchlist endpoint by name, performances and market condition ( #4634 )
* Extend watchlist endpoint by name, performances and market condition
* Update changelog
9 months ago
Kenrick Tandrian
c671ea4022
Feature/add frontend for watchlist ( #4604 )
* Add frontend for watchlist
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
9 months ago
csehatt741
4842c347a9
Feature/generate new security token for user via admin control panel ( #4458 )
* Generate new security token for user via admin control panel
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
10 months ago
Thomas Kaul
70cd1a89b5
Feature/extend Ghostfolio data provider ( #4420 )
* Extend Ghostfolio data provider
10 months ago
csehatt741
035306d4d8
Feature/add createdAt to snapshot and public portfolio endpoint response ( #4350 )
* Add createdAt to snapshot and public portfolio endpoint response
* Update changelog
---------
Co-authored-by: Verbindolai <nikolaiwieczorek@web.de>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago
Thomas Kaul
8c7cb78c0b
Feature/add copy AI prompt to clipboard action to analysis page ( #4176 )
* Add copy AI prompt to clipboard action
* Update changelog
1 year ago
Thomas Kaul
c3bd433ac9
Feature/move market data management from admin to dedicated endpoint ( #4125 )
* Move market data management from admin to dedicated endpoint
* Update changelog
1 year ago
Thomas Kaul
291be3e605
Feature/extend X-ray page by summary ( #4107 )
* Add summary to X-ray page
* Update changelog
1 year ago
Thomas Kaul
13582afd93
Feature/Setup API keys for Ghostfolio data provider ( #4093 )
* Setup API keys for Ghostfolio data provider
1 year ago
Thomas Kaul
3194ed2145
Feature/improve usability of Ghostfolio data provider ( #4086 )
* Improve usability
1 year ago
Thomas Kaul
2067e8ea40
Feature/add support for dividends in Ghostfolio data provider ( #4081 )
* Add support for dividends
1 year ago
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ( #4016 )
* Set up Ghostfolio data provider
* Update translations
* Update changelog
1 year ago
Thomas Kaul
93001b68ad
Feature/introduce lookup response interface ( #4019 )
* Introduce lookup response interface
* Refactor lookup item interface
1 year ago
Thomas Kaul
b50a1fc63d
Feature/reuse markets calculation in public portfolio endpoint ( #3882 )
* Reuse markets calculation in public portfolio endpoint
* Update changelog
1 year ago
Thomas Kaul
bb445ddf2e
Feature/improve experimental chart in account detail dialog ( #3813 )
* Improve chart in account detail dialog
* Update changelog
1 year ago
Thomas Kaul
4a97e2bb54
Feature/align holdings and regions of public page with allocations page ( #3815 )
* Align holdings and regions of public page with allocations page
* Update changelog
1 year ago
Thomas Kaul
583c14128b
Feature/extend public api with portfolio performance metrics endpoint ( #3762 )
* Extend Public API with portfolio performance metrics endpoint
* Update changelog
1 year ago