Record Blocked Content #16

Closed
opened 2024-06-11 13:29:33 +00:00 by corbz · 2 comments
Owner

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.

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.
corbz added the
enhancement
label 2024-06-11 13:30:37 +00:00
Author
Owner

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.

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.
Author
Owner

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.

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.
corbz closed this issue 2024-06-11 21:21:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Website#16
No description provided.