Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a tagging system. #7

Open
catsmells opened this issue Aug 24, 2024 · 0 comments
Open

Adding a tagging system. #7

catsmells opened this issue Aug 24, 2024 · 0 comments
Labels
enhancement New feature or request priority High-priority issue. to-do Something we want to add

Comments

@catsmells
Copy link
Owner

A tagging system is a near-requirement for an adult site system such as GOONCAVE. In a manner that contributes to effective SEO and user experience, a proper tagging system needs to be implemented in such a way that works with its window manager.

I propose it work in the following manner:

  • User adds tags via pull request to the taglist file.
  • [Likely via JSON] tags are associated with each video.
  • In the search bar, a user can enter tags with specific syntax.
    • Searching a single tag will display all videos with that tag.
    • Searching tags separated by commas will display all videos with the tags specified.
    • Searching tags separated by commas, but with specific tags prefixed with a minus (-) will exclude all videos with the specified negative tags.
  • Tags aren't user-added in real-time; they will be moderated.
@catsmells catsmells added enhancement New feature or request to-do Something we want to add priority High-priority issue. labels Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority High-priority issue. to-do Something we want to add
Projects
None yet
Development

No branches or pull requests

1 participant