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

Add option to delete or archive old game sessions #184

Open
lordscales91 opened this issue Mar 15, 2023 · 0 comments
Open

Add option to delete or archive old game sessions #184

lordscales91 opened this issue Mar 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lordscales91
Copy link

Hi there, so the thing is that with the current implementation it seems like all the game sessions per each game are stored within a single JSON file, at least from what I can see. All those files are loaded when entering the game activity view. As it grows over time it will get slower and more resource hungry.

What I would like is the ability to delete or archive old game sessions. When it comes to archival, I suggest storing several JSON files per game in a different location, each file would contain all the game sessions for a particular time period, for example by year or month. Ideally the time period grouping should be a user configurable setting and the plugin should take care of splitting or merging those game sessions when the setting changes (with proper warnings to the user that it may take a long time).

@Lacro59 Lacro59 added the enhancement New feature or request label Dec 20, 2024
@Lacro59 Lacro59 changed the title [Feature Request] Add option to delete or archive old game sessions Add option to delete or archive old game sessions Dec 20, 2024
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

No branches or pull requests

2 participants