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.
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.