DSPaul / COMPASS

TTRPG resource manager, bringing all your books, maps, etc. in one place.
https://www.compassapp.info
GNU General Public License v3.0
78 stars 8 forks source link

Sorting of tags on books #37

Closed Mifgan closed 1 year ago

Mifgan commented 1 year ago

Currently when you add a bunch of tags to a book (I did mine by bulk edit) it adds them seemingly randomly. In this case, for the first group: I added them in this order:

The order on which they appeared on the books is:

For the second batch it changed it to the same order, but I saw I forgot to add the 7th Sea tag. When I added in a second edit, it stayed at the end.

afbeelding

Suggestion:

Mifgan commented 1 year ago

Peculiar, on restarting the application the order of the second group (the 7th Sea 2e books), the order of the tags changed to mirror the others.

afbeelding

DSPaul commented 1 year ago

I chose to order them by what I found the most intuitive option: the same order as they appear in your tree of tags, top to bottom if you were to remove the indentations (also known as pre order depth first search) . This way they are all nicely grouped and they follow your preferred order within a group.

Mifgan commented 1 year ago

Thanks! That's perfect!