Various Code Improvements #47
Notifications
Due Date
No due date set.
Depends on
#48 Rewrite: 1 SavedGuild for Every User
corbz/PYRSS-Website
Reference: corbz/PYRSS-Website#47
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?
I've reviewed through for areas of code that require improvement, here are some ideas:
SavedGuild
for multiple users.GuildSettings
toSavedGuild
, drop theguild_id
attr.BigIntegerField
s for Discord Snowflake ID's (previously there was a rounding issue withPositiveBigIntegerField
in sqlite, investigate)These changes will be breaking, naturally, and will require a at least a minor or major version change.
I will break these down into smaller issues, and lock this one behind the completion of those.
Completed model rewrite