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

Begin work on Achievements system in order to ensure a good system is made for updating tables at the end of the round that can also be used to award achievements without database lookups #98

Open
DarkRedemption opened this issue Apr 25, 2017 · 0 comments
Milestone

Comments

@DarkRedemption
Copy link
Owner

In order for achievements to be awarded with minimal processing time, using the upcoming feature where data is stored in memory being dumped into the database at the end of the round is essential. However, it cannot contain just the updated values; it must also contain things like the differences between the values at round start and round end for things like repeatable achievements.

Thus, it makes sense to begin working on the achievement system as it would force me to solve all problems relating to it as I make the in-memory database features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant