dw-0
405ec0d2b2
Feature/switch the consistent-type-definitions eslint rule from warn to error ( #3980 )
* Switch the consistent-type-definitions eslint rule from warn to error
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2 years ago
Amandee Manushika
3baab79b54
Bugfix/fix x-axis of investment chart component to adapt on date range change ( #3974 )
* Fix x-axis of investment chart component to adapt on date range change
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
vitalymatyushik
d325f8bfaf
Feature/Add static portfolio analysis rule for emerging Markets ( #3949 )
* Add static portfolio analysis rule: Allocation Cluster Risk (Emerging Markets)
* Update changelog
2 years ago
Thomas Kaul
a5331dd32b
Feature/optimize dialog sizes for mobile ( #3964 )
* Optimize dialog sizes for mobile
* Update changelog
2 years ago
Thomas Kaul
f8da265f5f
Feature/restructure XRayRulesSettings ( #3898 )
* Restructure XRayRulesSettings
* Update changelog
2 years ago
Matej Gerek
98957d282e
Feature/move tags from info to user service ( #3859 )
* Move tags from info to user service
* Update changelog
2 years ago
Thomas Kaul
bce18f7261
Feature/reuse advanced markets calculation in portfolio details endpoint ( #3884 )
2 years ago
Thomas Kaul
f48ce4e1ae
Feature/reuse markets calculation in portfolio details endpoint ( #3883 )
* Reuse markets calculation in portfolio details endpoint
* Update changelog
2 years ago
Dmytro Werner
8364f7f703
Feature/set up output for click in activities table component ( #3856 )
* Set up @output for click in activities table component
2 years ago
Shaunak Das
24a3d92da0
Feature/add business logic of rule settings ( #3826 )
* Add business logic of rule settings
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
85cc72627b
Feature/add user id to tag database schema ( #3837 )
* Add user id to tag database schema
* Update changelog
2 years ago
Thomas Kaul
df9a0ec35a
Feature/support bonds in import dividend dialog ( #3775 )
* Support bonds
* Update changelog
2 years ago
Thomas Kaul
a6d9f5dd69
Bugfix/load data once on portfolio activities page ( #3726 )
* Fetch activities only once
* Update changelog
2 years ago
Thomas Kaul
7db7eeecf2
Bugfix/fix view mode toggle of holdings tab ( #3698 )
* Fix view mode toggle
* Update changelog
2 years ago
Bastien Jeannelle
2b212078b8
Feature/add support to deactivate x-ray rules ( #3537 )
* Add support to deactivate X-ray rules
* Update changelog
2 years ago
Thomas Kaul
9246a73f41
Feature/refactor dark theme css selector ( #3662 )
* Refactor dark theme CSS selector
* Update changelog
2 years ago
Thomas Kaul
c34959896c
Feature/improve color assignment with annualized performance in treemap chart ( #3657 )
* Improve color assignment
* Update changelog
2 years ago
Thomas Kaul
e85cc0fcfc
Feature/clone or edit activity from account detail dialog ( #3647 )
* Clone or edit activity from holding detail dialog
* Update changelog
2 years ago
Thomas Kaul
dc1948016f
Feature/clone or edit activity from holding detail dialog ( #3644 )
* Clone or edit activity from holding detail dialog
* Update changelog
2 years ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
2 years ago
Thomas Kaul
aef650753e
Feature/clean up activities page ( #3635 )
* Clean up
2 years ago
Thomas Kaul
8f6203d296
Feature/manage tags of holdings ( #3630 )
* Manage tags of holdings
* Update changelog
2 years ago
Thomas Kaul
601e6f4147
Feature/improve account selector of create or update activity dialog ( #3607 )
* Improve empty value of account selector
* Update changelog
2 years ago
Thomas Kaul
1c9805bb96
Feature/improve allocations by etf holding for impersonation mode ( #3534 )
* Improve allocations by ETF holding for impersonation mode
* Update changelog
2 years ago
Thomas Kaul
519827045a
Feature/add dialog for benchmarks in markets overview ( #3493 )
* Add benchmarks dialog in markets overview
* Update changelog
2 years ago
Thomas Kaul
bf20a5de82
Feature/improve date validation in activity endpoints ( #3489 )
* Improve date validation
* Update changelog
2 years ago
Thomas Kaul
b725e6e2ec
Feature/migrate client to control flow ( #3475 )
* Migrate to control flow
* Update changelog
2 years ago
Thomas Kaul
118e17f78c
Feature/improve wording on allocations page ( #3479 )
2 years ago
Thomas Kaul
f5e6f7dcfe
Bugfix/fix initialization of fire calculator ( #3470 )
* Fix initialization
* Update changelog
2 years ago
Thomas Kaul
23e4d5454d
Feature/improve allocations by etf holding ( #3467 )
* Improve allocations by ETF holding
* Update changelog
2 years ago
Thomas Kaul
8a9ae9bb33
Feature/allocations by etf holding ( #3464 )
* Setup allocations by ETF holding
* Update changelog
2 years ago
Eduardo Marinho
6dabf7516a
Feature/preselect account in create or update activity dialog ( #3413 )
* Preselect account if there is only one
* Update changelog
2 years ago
Gerard Du Pre
8319b216bb
Feature/support delete activities with filtering ( #3394 )
* Support delete activities with filtering
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
72e75208df
Bugfix/fix position detail dialog close functionality ( #3396 )
* Handle holding detail dialog open functionality in a single place (AppComponent)
* Update changelog
2 years ago
Thomas Kaul
61f0da35bc
Feature/disable delete all activities if filters are active ( #3389 )
* Disable delete all activities button if filters are active
* Update changelog
2 years ago
Thomas Kaul
74f4323903
Feature/increase spacing around floating action buttons ( #3385 )
* Increase spacing around floating action buttons
* Update changelog
2 years ago
Thomas Kaul
4ad4fa2b30
Feature/clean up deprecated GET api/portfolio/positions endpoint ( #3373 )
2 years ago
Thomas Kaul
f2cb671c7f
Feature/optimize get porfolio details endpoint ( #3366 )
* Eliminate getPerformance() from getSummary() function
* Disable cache for getDetails()
* Add hint to portfolio summary
* Update changelog
2 years ago
Thomas Kaul
f3d961bc16
Feature/move holdings table to holdings tab of home page ( #3368 )
* Move holdings table to holdings tab of home page
* Deprecate api/v1/portfolio/positions endpoint
* Update changelog
2 years ago
Fedron
2173c418a7
Feature/validate forms using DTO for access, asset profile, tag and platform management ( #3337 )
* Validate forms using DTO for access, asset profile, tag and platform management
* Update changelog
2 years ago
Thomas Kaul
55b0fe232c
Bugfix/reset form values to null if empty string ( #3327 )
* Reset form values to null if empty string
* Update changelog
2 years ago
Thomas Kaul
990028316e
Refactor form controls to form getter ( #3325 )
2 years ago
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ( #3321 )
* Change CASH to LIQUIDITY in asset class enum
* Update changelog
2 years ago
Thomas Kaul
212aa6a63b
Feature/add date range support to portfolio holdings page ( #3303 )
* Add date range support
* Update changelog
2 years ago
Thomas Kaul
bed9ae916c
Migrate UI components to standalone ( #3302 )
2 years ago
Thomas Kaul
b6ad362850
Feature/remove date range support in activities table on portfolio activities page ( #3301 )
* Remove date range support
* Update changelog
2 years ago
Thomas Kaul
92fb05320a
Migrate UI components to standalone ( #3296 )
2 years ago
Thomas Kaul
73d62bb51f
Migrate UI components to standalone ( #3290 )
2 years ago
Fedron
9241c04d5a
Feature/add form validation against DTO for activity and account ( #3230 )
* Add form validation against DTO for activity and account
* Update changelog
2 years ago
Thomas Kaul
07c0e5a612
Feature/add currency to order database schema ( #3251 )
* Add currency to Order database schema
* Update changelog
2 years ago