osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
4 stars 2 forks source link

Add `Settings` storage capabilities for `User` #286

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

User Settings

Users will be able to have configurable settings that should persist.

Implementation

I believe this should be under a new settings table which is tied to the user entity. For now, I think the following schema would be sufficient:

- id
- user_id
- default_ruleset

Objectives