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

Suggestions for a Better Reading Experience #647

Open
chavezet opened this issue Mar 14, 2024 · 3 comments · May be fixed by #759
Open

Suggestions for a Better Reading Experience #647

chavezet opened this issue Mar 14, 2024 · 3 comments · May be fixed by #759
Labels
enhancement New feature or request

Comments

@chavezet
Copy link

I propose that ReadYou always displays the number of unread articles regardless of the filter condition, whether it's "All," "Unread," or "Starred."

Here are the reasons:

  1. Displaying the total number of articles is not useful:
    The total number includes both read and unread articles, making it difficult to see how many articles need to be processed.
    Users need to take extra time and steps to see the number of unread articles.
  2. Displaying the number of unread articles helps users quickly understand how many articles need to be processed, which can improve work efficiency:
    Users can see the number of unread articles at a glance, without any extra steps.
    Users can decide which articles to prioritize based on the number of unread articles, which can improve work efficiency.
  3. This logic is consistent with Reeder:
    Reeder is a popular RSS reader that also uses this logic of always displaying the number of unread articles.
    This shows that this logic meets user needs and can improve the user experience.
    I suggest the following changes:

Change the article count in ReadYou to always display the number of unread articles.
Before:

All articles: 100
Unread articles: 20
Grouped article total: 100
After:

All articles: 20
Unread articles: 20
Grouped article total: 20
The modified interface is more concise and clear, and it can help users quickly understand how many articles need to be processed, which can improve work efficiency.

@chavezet chavezet added the enhancement New feature or request label Mar 14, 2024
@chavezet
Copy link
Author

In addition to always displaying the number of unread articles, I also recommend adding a feature to ReadYou that shows the total number of articles in a group. This is similar to the functionality in Reeder .

Adding the total number of articles in a group provides a more comprehensive overview and helps users prioritize their reading:

With this information, users can see how much progress they have made and how much more they have to read.
Users can make informed decisions about which articles to read first, based on their interests and time constraints.

photo_6312274394134722609_y

@Ashinch
Copy link
Owner

Ashinch commented Mar 14, 2024

@chavezet To do this, some of the code needs to be refactored, so this issue will probably be open for a long time

@chavezet
Copy link
Author

@chavezet To do this, some of the code needs to be refactored, so this issue will probably be open for a long time

Thank you for your prompt response. I understand that refactoring the code will take some time. However, I would like to request that this issue be prioritized as it would greatly improve the user experience of ReadYou.

Here are some reasons why I believe this issue should be prioritized:

It is a major usability issue: The current design makes it difficult for users to see how many articles need to be processed.
It is a common request from users: Many users have expressed their frustration with the current design and have requested that it be changed.
It would improve the user experience: Displaying the number of unread articles prominently in the interface would make it easier for users to quickly understand the number of articles to be processed and improve work efficiency.
I appreciate your consideration of this request. I am confident that this change would be a valuable addition to ReadYou and would be appreciated by many users.

@aualbert aualbert linked a pull request Jun 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants