Skip to content

DB - Auth - User Settings - CRUD #52

Description

@0mdb

Goal:
Add ability for users to adjust personalized app settings. Store settings in db

Tried:
I tried to add attributes to the users table created by fastapi users but It wouldn't store updates to additional fields.

Propose:
Keep the settings in another table and reference the user id.

Template the example Items CRUD mechanism for user settings. Relate User and UserSettings tables to eachother with back populates.

Use this pattern for search and graph calls.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions