defichain-api / dobby

DeFiChain collateral ratio tracker
4 stars 2 forks source link

extract user settings #136

Closed adrian-schnell closed 2 years ago

adrian-schnell commented 2 years ago

move all settings depending a user to a separate table

adrian-schnell commented 2 years ago

changes on the current code:

{
    "userId": "3a29a279-f596-434d-8634-a2fccbd2e651",
    "settings": {
        "language": "de",
        "theme": "light"
    },
    "vaults": [... ]
}