gbdev / database

JSON database of every Homebrew Hub entries. Propose here additions, improvements and fixes, every change propagates to Homebrew Hub.
https://hh.gbdev.io
Other
83 stars 40 forks source link

NSFW Tag #123

Closed dag7dev closed 2 years ago

dag7dev commented 2 years ago

Add 'nsfw' tag. In the main frontend, we won't show by default homebrew having this tag. (also, it is useful for people who wants to see just 'nsfw' homebrew)

avivace commented 2 years ago

The NSFW tag was added in the schema more than 3 years ago.. https://github.com/gbdev/database/commit/ff0a1a22b6685488712d60bce1ed6480294ab6d2

What needs to be done is actually:

Maybe we can open issues for this related stuff?

dag7dev commented 2 years ago

@avivace I opened this issue because I was giving a quick peek in the schema and nsfw wasn't available in tags. I've double checked now and it is a boolean.

Should we transform it in a tag so the json would be less verbose?