0xbs / premade-groups-filter

A World of Warcraft addon for powerful filtering of premade group listings.
GNU General Public License v2.0
76 stars 40 forks source link

Sort groups by time #185

Closed zeenk closed 1 year ago

zeenk commented 1 year ago

Previously with the 3.8.3 release I could use another addon to have it sort the newest groups at the top but with the new ui update it seems to have broken that so it no longer works, could you possibly look into that so the two addons can work together again? :)

3.8.3: 2023-06-14_20-12-41 4.0.2: 2023-06-14_20-10-48

0xbs commented 1 year ago

I assume live filtering broke the interaction. PGF support filtering, but only in expert mode (click minimize button in title bar) by entering e.g. agesecs asc in the sorting box.

Most players seem to be happy with sorting by M+ rating. I already thought about adding a dropdown for predefined sorting options, but I am not sure if more than a few players are interested in different sorting options.

zeenk commented 1 year ago

Ah I see, yeah agesecs asc works but it removes the other selected filters I have from normal mode but a dropdown to choose between time or score sorting would be sweet for the normal mode 👍

zeenk commented 1 year ago

One more thing I noticed with expert mode on, the signed up groups at the top feature from the other addon only works when you are in normal mode 😔 2023-06-15_21-22-30 2023-06-15_21-23-03

0xbs commented 1 year ago

You can fix that by using appduration desc, acesecs asc.

appduration is the number of seconds an application for a group is up, so sorting it from high to low (descending) will show applications at the top as non-applications have a duration of zero.

zeenk commented 1 year ago

Nice, I did appduration desc, agesecs asc as sorting option instead and now it works the way I wanted it so closing this issue now. thx for the help 😃