Commit Graph

34 Commits

Author SHA1 Message Date
9aefe3747e Feature/migrate database schema to prisma 3 ()
* Add migration after upgrade to prisma 3

* Update changelog
2021-12-15 21:56:29 +01:00
0878febded build(prisma): fix populating database when attributes have null value () 2021-12-15 21:04:26 +01:00
39e6abfc8c Clean up preview features () 2021-12-10 19:43:53 +01:00
d999a27159 Feature/move scraper configuration to symbol profile ()
* Move scraper configuration

* Update changelog
2021-11-07 18:36:28 +01:00
678544748a Add symbol mapping ()
* Add symbol mapping

* Update changelog
2021-11-07 09:42:36 +01:00
e7fb31d1a6 add Dockerfile with all in one docker image ()
* Add Dockerfile with all in one docker image

* Change to alpine image and reduce node_modules size

* Improve documentation and fix changelog and license

* Update changelog

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

* Update changelog
2021-10-19 18:27:50 +02:00
22d1ed7920 Extend data ()
* assetClass
* assetSubClass
* currency
* name
2021-09-25 17:42:45 +02:00
dcee651098 Feature/support unlimited currencies ()
* Support unlimited currencies

* Update changelog
2021-09-24 21:09:48 +02:00
f2364eed10 Feature/remove default value of data source ()
* Remove default value of dataSource

* Update changelog
2021-09-19 17:16:29 +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
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
72c065a59d Feature/introduce asset sub class ()
* Introduce asset sub class

* Update changelog
2021-08-22 22:19:10 +02:00
05b0efef82 Feature/add restricted view ()
* Add restricted view

* Update changelog
2021-08-16 21:40:29 +02:00
80d043729d Feature/replace type with asset class ()
* Improved the asset classification
  * Add assetClass to symbolProfile
  * Remove type from position

* Update changelog
2021-08-08 19:27:58 +02:00
bb76ace95d Feature/improve support for draft transactions ()
* Improve support for draft transactions

* Update changelog
2021-08-07 20:52:55 +02:00
6996e5a140 Feature/add data gathering for symbol profile data ()
* Implement profile data gathering

* Update changelog
2021-07-24 21:13:48 +02:00
2c19d8c8e7 Feature/add balance to account ()
* Add balance attribute and calculate total balance

* Update changelog
2021-07-07 21:23:36 +02:00
0264b592b9 Feature/improve investments by sector ()
* Improve investments analysis by sector

* Update changelog
2021-06-16 17:05:43 +02:00
e87c942cb8 Add webauthn ()
* Add webauthn

* Complete WebAuthn device sign up and login

* Move device registration to account page
* Replace the token login with a WebAuthn prompt if the current device has been registered
* Mark the current device in the list of registered auth devices

* Fix after rebase

* Fix tests

* Disable "Add current device" button if current device is registered

* Add option to "Stay signed in"

* Remove device list feature, sign in with deviceId instead

* Improve usability

* Update changelog

Co-authored-by: Matthias Frey <mfrey43@gmail.com>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2021-06-14 16:09:40 +02:00
9eb25f6c9e Feature/connect or create logic for symbol profile ()
* Add connectOrCreate logic

* Extend seed

* Update changelog
2021-06-09 20:35:02 +02:00
6a03120225 Feature/add symbol profile model ()
* Add symbol profile model and positions by country chart

* Add positions by continent chart

* Fix tests

* Extend seed

* Update changelog
2021-06-06 15:31:28 +02:00
fabd912fba Setup initial prisma migration () 2021-06-05 17:20:52 +02:00
e7fbcd4fa0 Feature/extend pricing page ()
* Extend pricing page

* Feature/align pricing page with subscription model ()

* Align pricing page with subscription model

* Update changelog
2021-06-02 20:15:53 +02:00
78a4946e8b Feature/zen mode ()
* Start with implementation
* Refactor AuthGuard, persist displayMode in user settings
* Refactor DisplayMode to ViewMode
* Update changelog
2021-05-22 10:04:56 +02:00
200a7d2d65 Feature/refactor search functionality ()
* Refactor search functionality

* Update changelog

* Improvements after code review
2021-05-20 20:36:08 +02:00
4484c21757 Clean up platform id () 2021-05-04 17:49:47 +02:00
a84256dc03 Feature/eliminate platform from order ()
* Eliminate platform from order

* Update changelog
2021-05-03 21:19:56 +02:00
40c95a541d Add data source to transaction model () 2021-04-28 21:30:49 +02:00
8cb5fd64dd Prepare for multi accounts support: store account for new transactions () 2021-04-25 21:22:35 +02:00
954224401d Prepare for multi accounts support () 2021-04-25 12:07:32 +02:00
ec4dbf2a51 Feature/extend database seed ()
* Extend database seed

* platforms
* transactions of demo user

* Improve error handling
2021-04-19 14:14:16 +02:00
e5d7df3e7b Simplify project setup ()
* Simplify project setup

* Setup docker
* Add seed

* Feature/migrate links to router link ()

* Migrate links to RouterLink
* Add i18n

* Simplify project setup

* Setup docker
* Add seed
2021-04-16 21:06:45 +02:00
c616312233 Initial commit 2021-04-13 21:53:58 +02:00