client
client copied to clipboard
App Center: sort apps
We should apply sorting to the list of installed apps in the App Center (we "randomize" the discovery page to make it a bit more "fun"):
- Upgrades available ahead of up to date apps
- Alphabetical
cc @bpierre @dizzypaty I've also been wondering if it might be nice to start having sections in the App Center similar to Voting, for the different classes of apps (e.g. "ready" vs. "experimental", "upgrade available" vs. "up to date").
Can i take this issue ??
anyone working on this one?
Hey @yannis182del, @stvtortora, sorry for responding so late.
As far as I know, nobody has taken this issue yet and it is unlikely to be big enough to present a conflict if no attached PR has been listed yet!
Hi @sohkai - would this ticket include some UI for the user to control the sorting? Or just presorting?
Also, wondering about the first search criterion Upgrades available ahead of up to date apps. Is this information that's already available with the rest of the app data in discover-apps-data.js? Or would this need to be fetched from somewhere else?
Thanks, I'd love to pick this one up if available.
@swellander No UI to control the sorting yet.
Also, wondering about the first search criterion Upgrades available ahead of up to date apps
This information is available for the installed apps! You'll notice there are version fields that can be compared—currentVersion and latestVersion.