DennisRas / AlterEgo

AlterEgo is a World of Warcraft addon to track the Mythic+ progress of all your characters
11 stars 7 forks source link

Refactor addon initiation #124

Closed DennisRas closed 6 months ago

DennisRas commented 6 months ago

A couple of functions are relying on M+ and Raid data to be available from the API however the data isn't available right away, so there's a race condition with all of this.

Some event callbacks are also triggering too often and need to be simplified/split into smaller tasks. Overall this entire thing is messy, so things have to change a bit.

Things to look at:

DennisRas commented 6 months ago

Make use of https://warcraft.wiki.gg/wiki/PLAYER_ENTERING_WORLD