I'm trying to find an easy way to provide a poll for users to vote for their favorite model of car, where car models are taxonomy terms. I thought of using a fivestar field attached to a term with term_fields.
Sensible use of the module?

The views integration doesn't seem to offer using my numeric term_field as a sort criteria. Am I missing something or maybe that could go on the feature request list?

Otherwise for my voting form I can just create a dropdown with taxonomy functions and then call your term_fields_term_update_record() on form processing, right?

thanks

Marcus