Thomas Kaul
1b2f8e5586
Feature/extend analytics by country ( #1661 )
* Extend analytics by country
* Fix Upgrade Plan button of subscription interstitial
* Update changelog
2 years ago
Thomas Kaul
b5b7af7741
Feature/improve asset profile management ( #1485 )
* Improve asset profile management (Add note, fix filter)
* Update changelog
2 years ago
Thomas Kaul
441b251536
Setup form ( #1474 )
* Setup form to patch asset profile (for symbolMapping)
2 years ago
Thomas Kaul
3611684f17
Feature/extend asset profile details dialog ( #1469 )
* Extend asset profile details dialog
* Update changelog
2 years ago
Thomas Kaul
5398da0dc8
Feature/simplify admin settings management ( #1340 )
* Simplify settings management
* Update changelog
3 years ago
Thomas Kaul
539d3ff754
Feature/add asset sub class filter ( #1188 )
* Add asset sub class filter
* Update changelog
3 years ago
Thomas Kaul
24abbd85e6
Feature/move asset profile details to dialog ( #1185 )
* Introduce asset profile dialog
* Update changelog
3 years ago
Thomas Kaul
95bcc3f32d
Feature/remove alias from user interface ( #1083 )
* Remove alias from user interface
* Update changelog
3 years ago
Thomas Kaul
557e3a0676
Feature/migrate historical market data gathering to queue design pattern ( #991 )
* Migrate historical market data gathering to queue
* Filter and delete jobs
* Detect duplicate jobs
* Update changelog
3 years ago
Thomas Kaul
7cf0cdc4ce
Feature/add jobs of queue to admin control panel ( #987 )
* Add jobs of queue to admin control panel
* Update changelog
3 years ago
Thomas Kaul
332203b9e2
Feature/add support to set the base currency via env variable ( #948 )
* Set base currency via environment variable
* Update changelog
3 years ago
Thomas Kaul
40380346e6
Feature/setup bull queue system ( #886 )
* Setup @nestjs/bull and asset profile data gathering job
* Update changelog
3 years ago
Thomas Kaul
b3e58d182a
Feature/add support for click in portfolio proportion chart ( #729 )
* Add support for click
* Update changelog
3 years ago
Thomas Kaul
dc424a86ec
Feature/support deleting symbol profile data ( #669 )
* Add support for deleting symbol profile data
* Update changelog
3 years ago
Thomas Kaul
9c086edffe
Feature/extend historical data view in admin control ( #646 )
* Extend market data view
* Update changelog
3 years ago
Thomas Kaul
9ac67b0af2
Feature/expose profile data gathering by symbol endpoint ( #611 )
* Expose profile data gathering by symbol endpoint
* Update changelog
3 years ago
Thomas Kaul
438484879d
Bugfix/fix creation of historical data ( #594 )
* Fix creation of historical data (upsert instead of update)
* Update changelog
3 years ago
Thomas Kaul
ddce8cc7f9
Feature/support update of historical data ( #557 )
* Support update of historical data
* Update changelog
3 years ago
Thomas Kaul
ebee851b23
Feature/support data gathering by symbol and date ( #532 )
* Support data gathering by symbol and date
* Update changelog
3 years ago
Thomas Kaul
78e0fdb0ca
Add coupon system ( #529 )
* Add coupon system
* Update changelog
3 years ago
Thomas Kaul
d09cad4e05
Feature/read only mode ( #520 )
* Setup read only mode and update permissions dynamically
* Update changelog
3 years ago
Thomas Kaul
4d9a223491
Feature/add system message ( #519 )
* Add system message
* Update changelog
3 years ago
Thomas Kaul
1beb4de62f
Feature/support additional currencies ( #517 )
* Support additional currencies
* Update changelog
3 years ago
Thomas Kaul
11be6f630f
Feature/expose data gathering by symbol ( #503 )
* Expose data gathering by symbol as endpoint
* Update changelog
3 years ago
Thomas Kaul
6c07759eb7
Feature/add market data tab to admin control panel ( #497 )
* Add market data tab
* Update changelog
3 years ago
Thomas Kaul
a42700b9fe
Feature/introduce data gathering progress ( #467 )
* Add data gathering progress
* Update changelog
4 years ago
Thomas Kaul
dcee651098
Feature/support unlimited currencies ( #387 )
* Support unlimited currencies
* Update changelog
4 years ago
Matthias Frey
63ee33b685
Use 'import type' to import types, eliminate webpack warnings ( #358 )
4 years ago
Thomas Kaul
98dac4052a
Feature/add subscription type to the admin user table ( #311 )
* Add the subscription type to the user table in the admin control panel
* Update changelog
4 years ago
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>
4 years ago
Thomas
77936e3bf3
Feature/improve users table ( #291 )
* Improve users table
* Engagement / Day
* Registration
* Update changelog
4 years ago
Thomas
4ad5590838
Feature/improve data gathering ( #276 )
* Improve data gathering
* Refactoring
* On server restart, only reset if hanging in LOCKED_DATA_GATHERING state
* Update changelog
4 years ago
Thomas
3589e72aea
Harmonize prisma service ( #266 )
4 years ago
Thomas
6996e5a140
Feature/add data gathering for symbol profile data ( #228 )
* Implement profile data gathering
* Update changelog
4 years ago
Thomas
1a553a296f
Feature/improve user table of admin control panel ( #109 )
* Improve user table
* Add index
* Increase limit
* Improve alignment of cell content
* Update changelog
4 years ago
Thomas
abd0e08566
Introduce @ghostfolio/common lib ( #102 )
4 years ago
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
4 years ago
Thomas
608b195ba9
Extend user table ( #47 )
* Column: accounts
* Horizontal scrollbar
4 years ago
Thomas
82e159a083
Filter inactive users ( #36 )
4 years ago
Thomas
dbed4ea527
Feature/improve imports with paths in tsconfig ( #32 )
* Improve imports
4 years ago
Thomas
a2687eacbc
Feature/implement scraper ( #25 )
* Clean up imports
* Implement scraper
* Sort imports
4 years ago
Thomas
0f2c8c856c
Clean up imports ( #24 )
4 years ago
Thomas
b200138a9e
Release 0.86.1 ( #19 )
4 years ago
Thomas
358f0d7eaf
Improve the user table ( #16 )
4 years ago
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
4 years ago
Thomas
c616312233
Initial commit
4 years ago