Commit Graph

1050 Commits

Author SHA1 Message Date
1296f95602 Feature/move data enhancer from data provider to data gathering ()
* Move data enhancers from data provider to data enhancer module

* Update changelog
2021-10-24 10:49:17 +02:00
19e2d54791 Refactor custom cryptocurrencies () 2021-10-21 22:11:12 +02:00
099ad18aaf refactor data-provider.service.ts to have dynamic list of services ()
* Refactor data-provider.service.ts to have dynamic list of services

* Update changelog

Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-10-20 21:41:40 +02:00
6dea9093ba Feature/add public portfolio ()
* Setup public portfolio page

* Update changelog
2021-10-19 18:27:50 +02:00
1d9a31dbb8 Improve styling () 2021-10-17 11:42:27 +02:00
b57301ef50 Feature/extend import validation message ()
* Extend import validation message

* Update changelog
2021-10-16 21:23:15 +02:00
2e5176bacf Feature/extend import by csv files ()
* Support import of csv files

* Update changelog
2021-10-15 22:22:45 +02:00
f06a0fbbee Feature/validate duplicate orders for import ()
* Validate duplicate orders

* Update changelog
2021-10-13 11:52:04 +02:00
4ab6a1a071 Feature/harmonize page layouts ()
* Harmonize page layouts

* Update changelog
2021-10-13 11:51:33 +02:00
93dcbeb6c7 Feature/add validation for import ()
* Valid data types
* Maximum number of orders
* Data provider service returns data for the dataSource / symbol pair
2021-10-12 22:19:32 +02:00
f308ae7a13 add sectors and countries for ETFs ()
* Update changelog

Co-Authored-By: Valentin Zickner <valentin@coderworks.de>

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2021-10-11 19:32:21 +02:00
15a61b7a20 Feature/improve values of global heat map ()
* Convert value

* Update changelog
2021-10-04 21:22:42 +02:00
d1eedf9726 Bugfix/various fixes ()
* Fix links

* Update column

* Fix impersonation mode

* Update changelog
2021-10-03 22:04:23 +02:00
de94494aa0 Bugfix/fix symbol conversion for yahoo finance ()
* Fix symbol conversion for Yahoo Finance

* Update changelog
2021-10-03 10:40:21 +02:00
3ec4a73b35 Feature/improve tooltips ()
* Improve tooltips

* Update changelog
2021-10-02 20:38:41 +02:00
1050bfa098 Feature/improve yahoo finance symbol conversion ()
* Improve symbol conversion

* Update changelog
2021-10-02 10:28:06 +02:00
8769fe4c90 Improve styling () 2021-09-29 21:10:04 +02:00
4219e1121e Improve style () 2021-09-29 21:05:01 +02:00
f558eb8de8 Fix template () 2021-09-29 21:04:41 +02:00
fe2bd6eea8 Feature/protect endpoints ()
* Protect endpoints

* Update changelog
2021-09-28 21:37:01 +02:00
035052be99 Feature/improve exchange rates table ()
* Improve exchange rates table

* Update changelog
2021-09-26 20:57:37 +02:00
39d9828f9f Feature/respect account currency in exchange rate data service ()
* Respect the accounts' currencies

* Update changelog
2021-09-25 16:45:21 +02:00
6333aa972d Bugfix/fix data gathering after seed ()
* Fix data gathering after seed

* Update changelog
2021-09-25 16:44:24 +02:00
dcee651098 Feature/support unlimited currencies ()
* Support unlimited currencies

* Update changelog
2021-09-24 21:09:48 +02:00
508a48f4c3 Feature/hide actions in presenter view ()
* Hide actions if restricted view is active

* Update changelog
2021-09-24 20:15:10 +02:00
8466e3d73f Feature/always show adapted portfolio page ()
* Always show adapted portfolio page

* Update changelog
2021-09-24 20:12:17 +02:00
9ae9904389 Feature/add story for line chart component ()
* Add story for line chart component

* Update changelog
2021-09-20 21:44:47 +02:00
af022ae316 Feature/add story for portfolio proportion chart component ()
* Add story

* Use new component

* Update changelog
2021-09-20 20:45:58 +02:00
98be8745d9 Bugfix/fix create or edit transaction dialog ()
* Fix create or edit transaction dialog

* Update changelog
2021-09-20 11:49:50 +02:00
0f72673ef4 Feature/respect data source in symbol data endpoint ()
* Respect data source in symbol data endpoint

* Respect data source in the data provider service

* Combine symbol with data source in get() of data provider service

* Improve search functionality for multiple data sources

* Update changelog
2021-09-18 19:32:22 +02:00
641fe4e8f4 Bugfix/net performance in positions endpoint ()
* Nullify net performance

* Update changelog
2021-09-18 19:20:14 +02:00
5b588c2000 Bugfix/hide the current net performance ()
* Hide the current net performance

* Update changelog
2021-09-15 22:27:18 +02:00
4a815d2031 Feature/change data gathering selection ()
* Change data gathering selection from distinct orders to symbol profiles

* Update changelog
2021-09-13 21:26:23 +02:00
d2aeeb3e88 optimize annual performance calculation ()
* Optimize annual performance calculation

* Update changelog

Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-09-12 20:08:42 +02:00
5ea455b98b Feature/upgrade simplewebauthn dependencies to version 4.1.0 ()
* Upgrade @simplewebauthn dependencies to version 4.1.0
  * @simplewebauthn/browser
  * @simplewebauthn/server

* Update changelog
2021-09-11 21:23:06 +02:00
39f315aba0 Feature/add annualized performance ()
* Add annualized performance

* Update changelog
2021-09-11 20:16:53 +02:00
df2dfc20a1 Feature/add slack channel ()
* Add Slack channel

* Update changelog
2021-09-11 12:06:28 +02:00
5d4156ecec Feature/refactor position detail dialog ()
* Add name to portfolio position endpoint

* Update changelog
2021-09-11 11:23:47 +02:00
773444b1e2 Bugfix/fix home button overlap on ios ()
* Fix overlap

* Update changelog
2021-09-11 11:17:49 +02:00
3c46bde8d5 Bugfix/fix fear and greed index ()
* Fix fear and greed index
* Refactor fear and greed index symbol
   * GF.FEAR_AND_GREED_INDEX -> _GF_FEAR_AND_GREED_INDEX

* Update changelog
2021-09-11 11:14:55 +02:00
63ee33b685 Use 'import type' to import types, eliminate webpack warnings () 2021-09-11 09:27:22 +02:00
9ed82ac82b Feature/improve labels of allocation chart by symbol ()
* Improve labels

* Update changelog
2021-09-08 22:03:33 +02:00
9c9ca4ab1e Add labels to allocation piecharts () 2021-09-08 21:31:34 +02:00
9cbf789c22 Bugfix/fix values in position detail dialog ()
* Nullify netPerformance

* Introduce precision

* Update changelog
2021-09-07 22:11:38 +02:00
ee5ab05d8a Release 1.47.1 () 2021-09-06 22:55:08 +02:00
bf8856ad19 Bugfix/fix search for cryptocurrencies ()
* Fix the search for cryptocurrency symbols

* Update changelog
2021-09-06 22:02:49 +02:00
48ab862bb6 net performance for current positions ()
* implement fees for transaction points 

* add net performance to current positions 

* add net performance to calculate timeline 

* make timeline fee accumulated by default 

* Update changelog

Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-09-05 21:21:22 +02:00
ba234a470e Feature/add storybook story for trend indicator component ()
* Add storybook story for trend indicator component

* Update changelog
2021-09-05 08:49:06 +02:00
ccae660104 Feature/add storybook story for no transactions info component ()
* Add storybook story for no transactions info component

* Update changelog
2021-09-05 08:34:02 +02:00
21ed91d184 Feature/add storybook story for logo component ()
* Add storybook story for logo component

* Update changelog
2021-09-05 08:03:32 +02:00