Edit

Thank you so much to those who responded. I think all of the answers here has given me the gist of why people want this feature: to see new content, but in a temporary sort of way (almost like a “new content” button). I think with this direction I should be good from here. If anyone has any specifics they’d like to see for this feature feel free to post it. I will read it all before I implement this feature tonight after work (in ~6 hours).

Original

This is concerning the action in the FAB overflow menu “Hide read”. I thought about this feature more yesterday and I ended up with ever more questions.

This button is an action which is what I think it making it so weird for me. It’s not a setting. So one would think tapping it would make some change each time, and that change is different each time it’s tapped (ie. it’s not idempotent).

Here is what I’m thinking. When a user taps “Hide read”, all posts that the user has read in that session and in the community they are currently looking at are added to some “hidden list”. This list will contain any posts hidden in this way and only this way (well i might add a hide post action on each post later).

This means that if you read a post yesterday, came back to the app today and then tapped “hide read”, that post will not be hidden even though you’ve read it.

Only posts that you have read in your current session for the current community you are on will be hidden.

There is an edge case here where a post you’ve read yesterday appears in the feed today, in the community you are browsing. In this case, if “Hide read” is tapped, that post will be hidden.

Is this what users would expect “hide read” to do? For people who used this feature in other app, is this what it did in that app?

  • Glaskow
    link
    21 year ago

    Hide read post should destroy content that is currently grayed out (read). If I close and open the application, refresh the page, or select show read content, the read content should continue to appear as gray again. The logic of this is to focus on new content without seeing the content I read. However, when the page is refreshed or when I select show read, I should see the content that I have read before. Because our own posts are marked as read as soon as the send button is pressed, if the read is not seen back, we cannot understand whether the post has been published. Also, posts on my profile never appear. How many upvotes did it get? What comment was made? For these, it has to be in the show read option. Also, sometimes I may want to revisit content that I have read before.