From aae6ac96b46a2ab11fef42a53da2d7681a18bba9 Mon Sep 17 00:00:00 2001 From: ericscheid Date: Wed, 7 Feb 2024 11:18:19 +1100 Subject: [PATCH] moving Patreon Integration to Folder Clippings --- Published---public---hidden-brews.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Published---public---hidden-brews.md b/Published---public---hidden-brews.md index d8f9f3e..1ca9077 100644 --- a/Published---public---hidden-brews.md +++ b/Published---public---hidden-brews.md @@ -13,19 +13,3 @@ Currently the "is-published" status is stored as `"published":true/false` , but That way a creator can stash GM-eyes-only docs in e.g. `/user/erics/friday-game` folder. Behind the scenes the 3 values could be `published`, `public`, and `hidden`. (Or `True`, `False`, `Null` to be backwards compatible yet maddeningly obscurantist). - -## Patreon integration? - -https://github.com/naturalcrit/homebrewery/issues/697#issuecomment-972366463 - -> I also just thought about this, but something that users that monetize their content might appreciate is a Patreon integration. -> -> Creators could authorize their HB account with Patreon, and when publishing brews could mark them as locked behind certain patron tiers they have. -> -> Patrons would also need to authorize with Patreon, but after doing so **could visit the creator's page and see all the content available to them based on their subscription tier with that creator**. -> -> I've worked with the Patreon API in the past and it's currently undergoing a pretty big shift, just noting this for the future if the idea seems nice. - -Alternatively, users could maintain a folder for each tier (possibly even a smart-folder to auto-select based on tags), and set a password on each such folder. Patrons with the password can view and access the contents. The creator can change the password monthly to restrict access from unsubbed patrons, although that sounds like a fair bit of fiddly work (but doesn't require any special coding/development). - -Patreon integration should wait for folders. \ No newline at end of file