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

Player Statistics UI #756

Merged
merged 9 commits into from
Jul 26, 2023
Merged

Player Statistics UI #756

merged 9 commits into from
Jul 26, 2023

Conversation

Logg-y
Copy link
Collaborator

@Logg-y Logg-y commented Jul 25, 2023

As discussed on discord, this has the slight issue that some characters have BIC db data already, which won't be added to their "account total".

The clean solution is probably to have one db and have a entry for each stat for each character, and use sqlite to sum it all up dynamically.

This change doesn't really make that any harder to do later, because the steps to get there are still the same (destroy the current account total settings, move the player BIC records to the new database table and destroy the one in the BIC).

... but I had already written this one!

Copy link
Collaborator

@b5635 b5635 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I appreciate the re-name on the function. We should strive to be more specific with what it actually does (bad on my part)

@b5635 b5635 merged commit b7f47e5 into The-Frozen-North:master Jul 26, 2023
1 check passed
@Logg-y Logg-y mentioned this pull request Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants