jessor / zeitgeist

Sinatra Image and Media Gallery
http://zeitgeist.li
GNU General Public License v2.0
9 stars 0 forks source link

Sketchy/NSFW flags #6

Closed jessor closed 12 years ago

jessor commented 13 years ago

Extra field for this to allow filtering? Default views should be SFW by default, imho.

4poc commented 13 years ago

i would argue to just use a nsfw tag, it can use already in-place infrastructure for the backend stuff, the rest can take place at frontend level. anyways if we decide to use a flag, there need to be a logic for people tagging items with "nsfw"

4poc commented 12 years ago

done. Currently it still uses the nsfw tag to allow the users to tag/untag it easily, but internally a new boolean property of Item was introduced that keeps track of if this item is tagged with nsfw or not, makes it soo much easier with dm. The property should not be modified in any other way.