Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement Sorting and Filters for installed Games #447

Open
utlilb opened this issue Oct 23, 2024 · 4 comments
Open

Implement Sorting and Filters for installed Games #447

utlilb opened this issue Oct 23, 2024 · 4 comments
Labels
💻 client There are things to do on the client 🔧 feature New feature or request

Comments

@utlilb
Copy link

utlilb commented Oct 23, 2024

Is your feature request related to a problem? Please describe.
Lack of any sorting or filtering for the installed games section in the library.

Describe the solution you'd like
Would be great to have at least the same filters and sorting options as the server games section.

@utlilb utlilb added 💻 client There are things to do on the client 🔧 feature New feature or request labels Oct 23, 2024
@kjack9
Copy link

kjack9 commented Oct 23, 2024

I can +1 this -- they appear to be sorted by the order they were installed in, I think? Or maybe game ID?

Would love the same filter and sort options we have on server games.

@Yelo420
Copy link
Contributor

Yelo420 commented Oct 24, 2024

Newly installed games are currently appended on the left.
The last game played is also moved to the far left.
I don't quite know yet how we can mix this with filters.
I'll discuss this with @Alfagun74

@Alfagun74
Copy link
Contributor

duplicate of #314 but for some reason that ticket was consumed by the void, so we will track it here.

@Alfagun74 Alfagun74 moved this from 📃 New Issues to 🔧 Planned in GameVault: Public Roadmap Oct 24, 2024
@Alfagun74 Alfagun74 changed the title Library filter/sorting Implement Sorting and Filters in the Library Oct 24, 2024
@Alfagun74
Copy link
Contributor

Alfagun74 commented Oct 24, 2024

Sorting ideas:

  • By Last Played / Installed
  • By Title
  • By Release Data
  • By Rating
  • By Size
  • By Your Own Playtime

Filter ideas:

  • Game Type
  • Tags
  • Genres
  • Release Year
  • Early Access

However, for these filters to work offline, GameVault would need to store and utilize the full GamevaultGame object in the offline cache and update it regularly. Currently it is not really stored and queried in a nice way. This would definitely require the major offline cache overhaul outlined in #340.

@Alfagun74 Alfagun74 changed the title Implement Sorting and Filters in the Library Implement Sorting and Filters for installed Games Oct 29, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
💻 client There are things to do on the client 🔧 feature New feature or request
Projects
Status: 🔧 Planned
Development

No branches or pull requests

4 participants