Rewrite: 1 SavedGuild for Every User #48

Closed
opened 2024-08-20 13:30:54 +00:00 by corbz · 2 comments
Owner

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.

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.
corbz added the
enhancement
label 2024-08-20 13:30:54 +00:00
corbz self-assigned this 2024-08-20 13:30:54 +00:00
corbz added this to the PYRSS project 2024-08-20 13:30:54 +00:00
corbz added a new dependency 2024-08-20 13:31:05 +00:00
Author
Owner

This should also allow GuildSettings to be linked directly to SavedGuild via a foreign key.
Probably from SavedGuild.settings which would store an ID, but include the settings when retrieved from the API.

This should also allow `GuildSettings` to be linked directly to `SavedGuild` via a foreign key. Probably from `SavedGuild.settings` which would store an ID, but include the settings when retrieved from the API.
Author
Owner

Completed model rewrite

Completed model rewrite
corbz closed this issue 2024-10-08 08:24:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Blocks
Reference: corbz/PYRSS-Website#48
No description provided.