Error Models #2
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?
Create database models to store error information when fetching content from a subscription fails.
This process is done via the bot, so an API endpoint should be available to submit this error.
The purpose is that we can display this error at a later date.
Some examples of logged error scenarios could include:
Maybe this should be implemented as a logging module instead, for users to read from (no sensitive data)
This seems a bit advanced for the current state of the project, so I'll close for now, as #6 should be close enough to sufficient in what this issue wants to achieve.
I may reopen this in the future, when the website is mostly complete, and only some work needs to be done to the bot itself.