feat: add new user settings backend

Adding a new user settings backend and PersistentStorage to store user related settings in the
database.

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
This commit is contained in:
Dominik Schwank
2022-08-26 10:46:16 +02:00
committed by Fredrik Adelöw
parent 5b2d037b94
commit 108cdc3912
24 changed files with 2215 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/core-app-api': minor
'@backstage/plugin-user-settings-backend': minor
---
Add new plugin @backstage/user-settings-backend to store user related settings
in the database. Additionally adding a PersistentStorage implementation to use
easily use the new plugin as drop-in replacement for the WebStorage.