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

Educate user about reddit preference "don't use subreddit style" #963

Open
jewel-andraia opened this issue Apr 19, 2014 · 13 comments
Open
Labels

Comments

@jewel-andraia
Copy link
Collaborator

I see the occasional question like how do I turn off subreddit style for all subreddits? RES could educate users that there exists a reddit preference > display options > ☑ allow subreddits to show me custom styles.

I propose that, every 4th or 5th subreddit that a user disables style on, RES shows a notification suggesting they disable all styles. (Note: every nth subreddit, not every nth user turned off subreddit style. RES already knows which/how many subreddits you've disabled RES on. Also, if the user is switching the toggle often, this avoids excessive notifications... this should probably also not fire more than once every day.)

@matheod
Copy link
Collaborator

matheod commented Apr 19, 2014

👍

@jewel-andraia
Copy link
Collaborator Author

re edited note "this notification should not fire more than once per day", I would like to improve the notification module:

  • modules.notifications.notificationType.fields["frequency"]: always, [at most] 1x / 10min, 1x/hour, 1x/day, 1x/week, 1x/month. Suggestions on time spans?
  • modules.notifications tracks last time a notificationType was fired (if frequency is not always) and checks that against frequency before showing notification

@matheod
Copy link
Collaborator

matheod commented Apr 19, 2014

maybe 1 per session ? Not sure if usefull but maybe.

@jewel-andraia
Copy link
Collaborator Author

that sounds useful!

@jewel-andraia
Copy link
Collaborator Author

maybe it should be split into: max [ # off times ] per [ time span ]. "0 -- anything" just means "always always"; "1 -- always" would be good for one-off notifications; everything else is normal.

@jewel-andraia
Copy link
Collaborator Author

@matheod
Copy link
Collaborator

matheod commented Jun 4, 2014

Fixed by #1094 ?

@jewel-andraia
Copy link
Collaborator Author

a little fixed. i still want something to target people who use RES's "Use subreddit style" checkbox but don't know about reddit's preference.

@matheod
Copy link
Collaborator

matheod commented Jun 4, 2014

Une notification la première fois qu'on click sur cette checkbox ?

@jewel-andraia
Copy link
Collaborator Author

I was thinking-- show notification every time the user clicks the checkbox, with cooldown: 1000*60*60*24*7 so they only see the message once a week.

@matheod
Copy link
Collaborator

matheod commented Jun 5, 2014

Hum ... I found that very intrusive. But as we can disable the notification, why not.

Or you could also count number of disabled subreddit style, and if it's > 10, then show the notification with your cooldown thing.

@jewel-andraia
Copy link
Collaborator Author

as we can disable the notification

exactly what i was thinking. if people complain about it enough i'll make a bigger button or something.

if >10 subs disabled

yes this is great idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants