With the new ability to drag repeating entries
around, it seems like this capability should be available via sheet workers as
well. This suggested change is to allow character sheet developers to use their javascript code to move repeating entry items around automatically in response to player interaction with the character sheet. A use-case example: in the
character's inventory, I have a drop-down for Location. If the player changes
the location to a slot where an item is Worn, then I'd like to move that item
to the upper part of the list of repeating entries where that worn item should
be according to its slot (head, hands, wrist, etc). The upper part of the character's
inventory would be dedicated to worn equipment and the rest would simply be
carried or off-character somewhere. Another use-case: A player sets his "prepared spells" for a given spell from 0 to something greater and the sheet automatically moves it to the top with other spells that are prepared to be easily found amongst the large spellbook of spells.
I could see it taking some of the pain away from the dev team
by allowing sheet workers & character sheet developers to create their own
custom sort routines to meet the needs of the sheet that they develop. Thank you for your vote!