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

way to track what bosses you did #249

Open
Goten87 opened this issue May 12, 2020 · 3 comments
Open

way to track what bosses you did #249

Goten87 opened this issue May 12, 2020 · 3 comments

Comments

@Goten87
Copy link

Goten87 commented May 12, 2020

a checkbox in the mount planning will be nice to see what we did already

so when i logout for the day and come back the next day i can load website again and see here i was so now i need to go to this raid

@jbryson3
Copy link
Contributor

Until this PR has landed this is the way I do it:

  1. Open up the developer tools
  2. In the console type paste in the following jQuery code
$('>tbody>tr>td:first-child', $('table').first()).each((i, el) => $(el).append('<input type="checkbox" />'))

@coogie
Copy link

coogie commented Feb 10, 2021

Yeah, I got bored of waiting for this PR to land, so I build my own planner with this feature 😅
https://planner.overlazy.com

@czarl21
Copy link

czarl21 commented Jan 9, 2022

Yeah, I got bored of waiting for this PR to land, so I build my own planner with this feature 😅 https://planner.overlazy.com

I like it...it seems to pickup a few different mounts, but I like the checkmark idea. Can you add the additional notes to it, like Icecrown in Heroic 25 and running the dungeons like Stonecore 10 times...it would also be nice to have a note if it is a raid (weekly), heroic (daily) or regular dungeon (hourly)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants