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

Differentiate actual read item and marked-as-read item #784

Open
shizunge opened this issue Sep 1, 2020 · 4 comments
Open

Differentiate actual read item and marked-as-read item #784

shizunge opened this issue Sep 1, 2020 · 4 comments

Comments

@shizunge
Copy link
Contributor

shizunge commented Sep 1, 2020

Separated from #668

Today an article is marked as read when

  1. we view it (i.e. from /unread/entry/* or /history/entry/*)
  2. use the mark-all-read/mark-page-as-read action.

We want to differentiate these behaviors. Thus we could tell which feed we interact most.
We call the 1st one viewed, the 2nd one marked.

We need:

  1. In the "feed" page:
    For each feed, shows three numbers (instead of two): unread count, read count and total count.
    Sort feed by viewed articles. ([Feature Request] sort feeds by last update time #632 )

  2. Show only viewed items in the history page.

@darddan
Copy link

darddan commented Oct 9, 2020

Please consider adding status type archived to differentiate between the entries that have been read/mark as read and those that have been automatically removed

@shizunge
Copy link
Contributor Author

Please consider adding status type archived to differentiate between the entries that have been read/mark as read and those that have been automatically removed

@darddan I do not think I got you. Read items can be seen in the history tab. Automatically removed items cannot be seen anywhere. They are already differentiated.

@MaybeThisIsRu
Copy link

This fits my use-cases as well. When I'm marking something as read from the API, I'm not really "reading" them so much so getting them out of view. I'd like to be able to differentiate between items I actually read, and those I marked as such from the API/interface.

@shizunge
Copy link
Contributor Author

shizunge commented Dec 1, 2023

Here is the discussion on this topic https://github.com/orgs/miniflux/discussions/1772

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

No branches or pull requests

4 participants