Feature/add restricted view (#295)

* Add restricted view

* Update changelog
This commit is contained in:
Thomas Kaul
2021-08-16 21:40:29 +02:00
committed by GitHub
parent 7c91727eb1
commit 05b0efef82
22 changed files with 190 additions and 25 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Added an option to hide absolute values like performances and quantities (_Restricted View_)
### Changed
- Restructured the allocations page
@ -21,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed the current net performance
- Removed the read foreign portfolio permission
### Todo
- Apply data migration (`yarn database:push`)
## 1.38.0 - 14.08.2021
### Added