b-morgan / Skillet

World of Warcraft addon
GNU General Public License v3.0
14 stars 5 forks source link

Feature request: glyph sorting in inscription profession #38

Closed ncplus0 closed 2 years ago

ncplus0 commented 2 years ago

HI

is there a way you can include a filter just for glyphs and able to sorting by class as well. the search option does nop find the class we want to find

tks

b-morgan commented 2 years ago

Can you give me some examples, please?

Filters are provided by Blizzard so I don't believe I can solve your request that way.

I'm finding glyphs for a specific class using search. What specific search doesn't work for you?

Will custom groups work? For example:

Glyphs

Note: I found the recipes for these three groups using the search string "glyph hunter", "glyph warlock", "glyph priest".

ncplus0 commented 2 years ago

yes thats exactly what i need, exacly like that image, but for all classes

ncplus0 commented 2 years ago

for me it does not work if i search only glyph it gives all the glyphs image

but if a write glyph hunter i get nothing, no matter the class image

but if i select filter unlearn it appears a glyph that i don't kwon image

ncplus0 commented 2 years ago

I've discover the problem its the addon mogpartialsets that blocks the data https://www.curseforge.com/wow/addons/mogpartialsets

btw. I've tried to create groups on custom but the group does not appear even if i select all the glyphs

b-morgan commented 2 years ago

Creating custom groups can be tricky. I didn't write that code and I stay as far away from it as I can. New Group, Empty Group doesn't work for me either so here's a step-by-step to get you started.

  1. Using the arrow next to Grouping, click New
  2. Using the arrow next to Grouping, click Rename
  3. Type the new name in the dropdown
  4. Switch back to Blizzard group
  5. Type "glyph hunter" in the search box
  6. Click any of the results and type ctrl-A
  7. Right-click and select Copy (ctrl-C also works)
  8. Click the clear icon next to Search textbox
  9. Select your new group from the Grouping dropdown
  10. Right-click in the results area and click paste (ctrl-V also works)
  11. Click any of the results and type ctrl-A.
  12. Right-click and select New Group, From selection.
  13. Right-click on the group name and click Rename

Repeat steps 4-12 only in step 10, click the first new recipe, shift-click the last new recipe, and then do steps 11-12.

It gets easier as you play with it. I took 5 random recipes from the Blizzard group and then just played with the right-click menus until I found something that worked for me.

Let me know if you continue to have problems getting it to work. Give me a step-by-step for a failure so I can reproduce it. I think there are still bugs in the this part of the code but I get confused just looking at it so I need something specific to focus on.

ncplus0 commented 2 years ago

tks im doing that, btw: can you create this groups in a future patch so that all have this group already created

b-morgan commented 2 years ago

can you create this groups in a future patch so that all have this group already created

No because it is based on recipes known by each character.

bcoca commented 2 years ago

note: you can also paste 'unlearned' recipes, but the group display does not interact normally with the 'learned/unlearned' filter. It always displays 'all' when you filter by 'learned', when you filter by 'unlearned' it highlights (in orange) the unlearned ones.