-
Notifications
You must be signed in to change notification settings - Fork 240
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
Don't show boss damage being applied if you aren't on a boss quest #1311
Comments
ill take a look! |
@saraolson is there an easy way to test this and reproduce it multiple times? any easy collection quests i can test with? |
@tjb sorry, missed this notification! i usually use the 'attack of the mundane' quest and just cancel it before i finish to test. new accounts get it at level 15. |
ok ty! i will test next week and see if I can reproduce! |
@saraolson i just purchased the first part of the 'attach of the mundane' quest, i started it and aborted it and i did not see any message. can you attach a video of how you start the quest? perhaps i am doing things wrong |
@tjb the problematic toast is only seen when you check off a task. so if you're on a collection quest, check a task and you'll see the toast includes a number by a sword icon. that indicates boss damage, but boss damage isnt relevant when you're on a collection quest. (the note about quitting the quest before completing it is just so you dont lose the scroll while testing) |
Ah ok cool this is super helpful thank you so much @saraolson. i believe i just misunderstood the ticket cause i always assumed the sword meant my characters damage increased and that is not the case! i should have some free time this weekend/into next week to get a fix together! Example: I do not have a quest started and I still see the sword icon after completing a task and i should not, correct? |
perhaps a domain question but why do we use additionally i am not on a question and i am getting unsure if this is a question for @phillipthelen or @saraolson |
@tjb so we always want ppl to build quest 'progress' in the background because we will apply it if they start a quest later that day. we just dont want to show it if its not relevant. does that help? |
apologies i have been away but i am back :) i will pick this up this weekend unless someone else has resolved. |
after refreshing my memory on this topic and digging into the code more the crux of the issue is that with
I think dug into the serialized response and into the API call. I believe what could fix is issue is a modification to the API response. if we could add a property called @phillipthelen please let me know if i went in the wrong direction or if there is a repository in the iOS app that will allow me to plug in a user id to get the quest they are on as i could not find any. if my proposed path of modifying the API is the path we want to do down, how would we do that? just make a API in the website repo for the score function? |
if im on a collection quest and i complete a task, it shows damage being accumulated in the toast after i complete each task. it should only show this if im on a boss quest.
The text was updated successfully, but these errors were encountered: