Rewrite: 1 SavedGuild for Every User #48
Notifications
Due Date
No due date set.
Blocks
#47 Various Code Improvements
corbz/PYRSS-Website
Reference: corbz/PYRSS-Website#48
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Required for #47
This is a breaking change.
Currently, a new instance of
SavedGuild
is created for each user managing a server.Rewrite the code, including the API, so that there is one
SavedGuild
instance shared between users.This should also allow
GuildSettings
to be linked directly toSavedGuild
via a foreign key.Probably from
SavedGuild.settings
which would store an ID, but include the settings when retrieved from the API.Completed model rewrite