Support optional absolute count to Achievements next to the percentage #145
Closed
christoph-kluge
started this conversation in
Ideas
Replies: 2 comments 2 replies
|
I think it's possible. I'll look into it. Thanks! |
2 replies
|
Added in v3 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We have the situation that we're support some kind of evolving "Avatars" per achivement-group on a user-profile.
Here is an illustrative example of an achievment group we use:
Currently Achiement can only be incremented by percentages between 0-100 but this makes it non-determibale to track absolute number of played games soley on the achievements model.
We could utilize streaks + activites to display the total number but that would actually create an unnecessary relation between streaks and achievments.
Do you think it would be woth adding a count as an optional field to the DB and a property?
Or do you have a different idea how this could be utilized with your package?
All reactions