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

"New arrivals" feed #5015

Closed
ichorid opened this issue Dec 23, 2019 · 4 comments · Fixed by #7726
Closed

"New arrivals" feed #5015

ichorid opened this issue Dec 23, 2019 · 4 comments · Fixed by #7726

Comments

@ichorid
Copy link
Contributor

ichorid commented Dec 23, 2019

Currently, Tribler "Home" screen does not show anything useful, triggering banner blindness instead. That's a shame because it is literally the first thing the user sees when starting Tribler.

One important element of every social network that could be put on the main screen is the new arrivals feed. It typically looks like an infinitely scrollable list of objects of different kinds, each object providing simple controls to manipulate them. In our case that would be:

  • popular torrents received through Popularity Community;
  • updates of subscribed channels (number of new torrents in the channel since the last visit);
  • new channels discovered.

The corresponding GUI objects should include "instant satisfaction" controls to decide the fate of the shown object immediately (a la "swipe right"): subscription / look inside for channels; download / watch later for torrents.

In time the same feed can be used for collective editing notifications.

The crucial element of any news feed is the algorithm for filtering important things. It is especially non-trivial to decide what is more important between different classes of objects. One alternative is to use several feeds instead of one, though this overwhelms the user with decision.s

@qstokkink
Copy link
Contributor

Maybe we should then remove the home screen and start on the discovered channels?

@ichorid
Copy link
Contributor Author

ichorid commented Dec 24, 2019

Maybe we should then remove the home screen and start on the discovered channels?

That is one possibility, yes. I would still prefer something less overwhelming and more user-friendly and personalised. I guess we can remove the home screen and start from "Discovered" screen as the first step in that direction.

@ichorid
Copy link
Contributor Author

ichorid commented Sep 28, 2021

Related to #6214

@ichorid ichorid assigned devos50 and unassigned ichorid Sep 28, 2021
@devos50
Copy link
Contributor

devos50 commented Sep 28, 2021

While a new home screen could be part of the new tag system, it's still too early to assign responsible people to this effort.

@devos50 devos50 removed their assignment Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants