-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
functional-enhancementImproves the code or internal functionality, but is imperceptible to end userImproves the code or internal functionality, but is imperceptible to end user
Description
Some editors (namely myself) may have advance knowledge of comic metadata, due to subscribing on Patreon. These editors should be able to add the next day's comic into the database ahead of time.
Some considerations I've thought of:
- Enable the editor to manually add the next day's comic to the database with a UI element
- Comics created in the database by an editor (rather than the script) should be in a hidden state, only viewable to those with editor keys
- The script that currently adds each day's comic should check if the comic exists in the database, and if it does, it should simply unhide the existing comic metadata, rather than creating a new row
- Editors with keys should have the ability to publish/unpublish comics (aka show or hide them from regular viewers), perhaps limit to the most recent 5 comics for standard editor keys?
- Editors with keys should have a client-side switch to show or hide unreleased comic info (aka spoiler a spoiler toggle)
There are probably some other considerations that would need to be thought through, but I don't exactly have a solid understanding of how the backend system works here. Happy to discuss here or via DM any of these ideas.
Metadata
Metadata
Assignees
Labels
functional-enhancementImproves the code or internal functionality, but is imperceptible to end userImproves the code or internal functionality, but is imperceptible to end user