SSWConsulting / SSWConsulting/SSW.Rewards.Mobile
🐛 Achievements not updating in app when they're unlocked
- Dominant language
- C#
- Stars
- 37
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
cc: @vladislav-kir
Achievements only get fetched by the app once - on load/sign-in or whatever. Whenever an achievement is earned, the app is not updating with that achievement being earned until you launch the app again.
Strategy:
If we can, hook into the achievement flow to get the user achievements again. However there may be race conditions/issues with this so if it can't be sorted within a 1-hour timebox, we can instead just have that achievement page go get achievements every time it's navigated to.
If the backup strategy is used, add a tech debt PBI to fix it after NDC.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.