Record Blocked Content #16
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?
New tab besides 'Tracked Content', call it 'Blocked Content'
create a database model that tracks articles that have been blocked, similar to normal tracked content.
Alternative idea:
Don't add a new tab + model.
Instead, just add a new boolean field 'blocked' to the tracked content model, and track blocked items along with normal content.
Completed in latest commit.
Decided to go with the alternative idea, and added a new column amongst tracked items 'blocked' which is a boolean value.