Thomas Kaul
075431d868
Feature/add google sheets as data source ( #620 )
...
* Add google sheets as data source
* Update changelog
2022-01-08 18:19:25 +01:00
Thomas Kaul
ffaaa14dba
Feature/increase fear and greed index to 30 days ( #571 )
...
* Increase Fear & Greed index to 30 days
* Update changelog
2021-12-24 09:40:24 +01:00
Thomas Kaul
ddce8cc7f9
Feature/support update of historical data ( #557 )
...
* Support update of historical data
* Update changelog
2021-12-19 10:57:50 +01:00
Thomas Kaul
069660afe4
Feature/increase fear and greed index to 10 days ( #525 )
...
* Increase to 10 days
* Update changelog
2021-12-07 19:10:40 +01:00
Thomas Kaul
3e82de6b21
Feature/add historical data chart of fear and greed index ( #515 )
...
* Add historical data chart of market mood
* Update changelog
2021-12-04 11:49:00 +01:00
Thomas Kaul
d60b444324
Release/1.71.0 ( #458 )
...
* Refactor logger
* Fix exception
* Update changelog
2021-11-07 21:25:18 +01:00
Thomas Kaul
dcee651098
Feature/support unlimited currencies ( #387 )
...
* Support unlimited currencies
* Update changelog
2021-09-24 21:09:48 +02:00
Thomas Kaul
0f72673ef4
Feature/respect data source in symbol data endpoint ( #370 )
...
* 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
Thomas Kaul
3c46bde8d5
Bugfix/fix fear and greed index ( #359 )
...
* 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
Matthias Frey
63ee33b685
Use 'import type' to import types, eliminate webpack warnings ( #358 )
2021-09-11 09:27:22 +02:00
Thomas Kaul
6386786ac0
Bugfix/improve symbol lookup ( #322 )
...
* Improve symbol lookup
* Update changelog
2021-08-30 18:08:21 +02:00
Valentin Zickner
308b218487
introduce basic module structure for data provider ( #278 )
...
* introduce basic module structure for data provider
* introduce DataGatheringModule
* introduce ExchangeRateDataModule
* introduce ImpersonationModule
* move RulesService
* cleanup portfolio module
* Sort imports
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-08-14 16:55:40 +02:00
Thomas
b898c0678d
Feature/refactor exchange rate service ( #289 )
...
* Refactor exchange rate service
* Update changelog
2021-08-14 11:06:21 +02:00
Thomas
8ac1272a9d
Feature/eliminate name from scraper config ( #277 )
...
* Eliminate name from scraper config
* Update changelog
2021-08-09 21:33:58 +02:00
Thomas
200a7d2d65
Feature/refactor search functionality ( #105 )
...
* Refactor search functionality
* Update changelog
* Improvements after code review
2021-05-20 20:36:08 +02:00
Thomas
abd0e08566
Introduce @ghostfolio/common lib ( #102 )
2021-05-16 22:11:14 +02:00
Thomas
c973ffd3ba
Feature/reorganize helper lib ( #100 )
...
Reorganize helper lib (Move interfaces and types)
* InfoItem
* PortfolioItem
* PortfolioOverview
* PortfolioPerformance
* Position
* PortfolioPosition
* PortfolioReport
* PortfolioReportRule
* User
* UserSettings
* DateRange
* AdminData
* AccessWithGranteeUser
* OrderWithAccount
* Granularity
* UserWithSettings
* RequestWithUser
2021-05-16 21:20:59 +02:00
Thomas
40c95a541d
Add data source to transaction model ( #53 )
2021-04-28 21:30:49 +02:00
Thomas
94e0feac68
Add scraper symbols to symbol lookup results ( #51 )
2021-04-27 21:03:22 +02:00
Thomas
dbed4ea527
Feature/improve imports with paths in tsconfig ( #32 )
...
* Improve imports
2021-04-21 20:27:39 +02:00
Thomas
a2687eacbc
Feature/implement scraper ( #25 )
...
* Clean up imports
* Implement scraper
* Sort imports
2021-04-19 22:25:52 +02:00
Thomas
5d1f1b452a
Simplify initial project setup ( #12 )
...
* Simplify initial project setup
* Added a validation for environment variables
* Added support for feature flags to simplify the initial project setup
* Add configuration service to test
* Optimize data gathering and exchange rate calculation (#14 )
* Clean up changelog
2021-04-18 19:06:54 +02:00
Thomas
c616312233
Initial commit
2021-04-13 21:53:58 +02:00