Delves completed for the week similar to M+/Raid
Shrinkage69 opened this issue ยท 9 comments
Is your feature request related to a problem? Please describe.
I love the vault tracking on alts SI does, with Delves now being a major part of weekly progress it would good to be able to see at a glance how many delves each character had completed and what tier they were.
Describe the solution you'd like
Exactly as it is for M+ and Raid now so if one character had done 4 Delves and 3 of them were 8 and one was a 2 it would display 8 | 2 to indicate vault
Describe alternatives you've considered
Zero alternative
Additional context
Delves vault progress shares with the open world so I assume there would be an impact there
Added in c964a22
I have introduced a few people to SI recently and one of the first thing commented on is how great it is but it's missing Delves :)
I checked the API to add related information, but it is difficult to trace the history.
It seems possible to show World reward information as N|N|N, just like M+ reward information is shown in N|N|N format.
It is currently being tested, and I will contribute when it is completed.
local worldActivities = C_WeeklyRewards.GetActivities(6)
for i, act in ipairs(worldActivities) do
print(act.level)
end
I read the update notes and saw that Great Vaults was added. However I cannot find it anywhere in SI to enable it. Also, this issue shows to be about delves, so that adds a but more confusion. Looking at the code, it is set to reset weekly so that kind of defeats the purpose IMO of having it since we would want to see which characters still show a GV reward. Can we get clarification on what the GV add is handled and how it is intended to be used?
It's called "World" and works almost like dungeons. However, it doesn't show the actual number/list of delves you did, so I'd like to hereby request that to be added, so instead of just seeing the current slots, we would know how many more we have to do to fill the next one (same as dungeons row works right now).
Hmm, yeah don't see a world category or anything saying world. But I haven't done a delve yet this week so there's that. What I am looking for is to see what characters have a GV that needs claimed.