Trying to solve a problem in a user friendly way, maybe someone has some suggestions.
I have a page of items which need to be sorted in an arbitrary way - not by name, or date, or any of the usual attributes. My only way thus far has been to create a 'sort' metadata field - add values to the items and use that as the sort key. Works fine, but it's pretty ordinary if you've got 20-30 items and you need to go into each one to edit the metadata field, then back out and refresh the page to make sure you've got it right. I'd love to offer something smoother.
What I'd really like to do is to be able to update the metadata field with just a click. A good example is star ratings on comments, where changing the rating with a click would update the metadata. Not that fussed that the listing would then need to be refreshed to view the new sort order (though I could probably just fudge that with javascript too).
Can it be done? I read some threads that suggested that it might be possible to do with triggers. Can anyone elaborate, or provide an example? I'm afraid I get a bit lost.