Commit Graph

116 Commits

Author SHA1 Message Date
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