-
Mythic has the capability to save user preferences in the database, but currently only uses local storage.
Move away from local storage and save these preferences in the database so that they're ava…
-
**Describe the feature**
Create a backend database to store all relevant information inputted by the user. This feature is **essential** to making other backend features behave as intended.
**Size…
-
-
Extend user settings so that a user can store their notifications preferences like https://github.com/owncloud/enterprise/issues/6715
New settings:
* List of available events. Needs "name", "descr…
-
Hi,
Great Extension! What about storing the user id of the user, who created the job a this time? Could be helpful in case of userstamp, grants etc.
Best,
Tobi
-
Username and password are stored in local storage. They shouldn't be. Password at least.
```
[STORAGE_KEYS.BSKY_PASSWORD]: password,
```
-
We should store the list of user groups in the realm, with their metadata and their memberships, and keep the data up to date.
This data originates as `realm_user_groups` in the initial snapshot at…
-
Implement backend functionality to store user profile customizations
-
Implement backend functionality to store user profile customizations
-
Right now the signup and login functionality is not working. It is due to backend not setup yet. We can use firebase which is simple to use.