this post was submitted on 16 Aug 2023
6 points (100.0% liked)

Bean

983 readers
1 users here now

Bean is a Lemmy client for iOS.

Download

Bean is available on the App Store here.

Bug Reports

Please report all bugs with the [Bug] flair in your title.

Feature Requests

I'm currently open to feature requests. Please use the [Feature Request] flair in the title of your post so I can keep track of them.

founded 1 year ago
MODERATORS
 

A key draw for downloading Bean was the “group” function - some subject areas have good representation on more than one instance and I wanted to easily collect them all in a single view.

At the moment it seems that the group function does allow this, but with one big caveat - posts are seen effectively grouped by community (so sorting by new doesn’t mean you see all of the new posts from all of the communities in the group, all in chronological order - you see some posts from the first community in the group, then some from the second, then some from the third and so on).

you are viewing a single comment's thread
view the rest of the comments
[–] steve228uk@lemmy.world 5 points 1 year ago (3 children)

I’m working on improving the sorting so it mixes them a little better but at the moment that’s correct.

Say you have 3 communities in the group, I run 3 requests for posts for community 1, 2, and 3. These are individually sorted by the filter selected by the user (Hot, Active, New…) but not sorted as a group as the API doesn’t have any kind of grouping.

My WIP currently has me mixing them based on the published date which I think would make more sense but the problem there is it kills the “Hot” or “Active” sorting options.

I’m open to any suggestions on how this can be handled better.

[–] alchemy88@lemmy.team 1 points 1 year ago (1 children)

The published date works for me and thats actually what I'm most interested in when grouping, at least for me!

[–] steve228uk@lemmy.world 2 points 1 year ago

I think I might add some options in when creating the group for sorting.

load more comments (1 replies)