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

ParseProgressItems indexes stores ALL challenges #105

Open
dev-brendanprice opened this issue Jun 11, 2023 · 0 comments
Open

ParseProgressItems indexes stores ALL challenges #105

dev-brendanprice opened this issue Jun 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dev-brendanprice
Copy link
Owner

This is an issue because when we need to use a count of available (completable) challenges, within a week, the function will store ALL the challenges in the season.

This value is going to be used to check for the potential to earn XP. For example, if there are no bounties present and the user has completed all their seasonal challenges, then this means their potential to earn XP is technically zero. (as far as Synergy is concerned anyways).

Just cross-reference each seasonal challenge back to its node definition, where the current week is stored to get the amount of currently-completable challenges. Store the value in a new variable.

@dev-brendanprice dev-brendanprice added the bug Something isn't working label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant