In my situation, there are Questions, and there are Raters. Between them is an association called RaterAssignment, which in addition to belonging_to a question and a rater, has a integer weight.
In the context of a question, I would like users to - view the question's current rater_assignments - edit the weights of a current_assignment, and - delete a current assignment I would also like users to be able to add a new rater assignment by choosing the rater from a dropdown, and entering the weight. There might be 10 or 20 rater_assignments per question, so this interface should be pretty dense. What's the best hobo-consonant way to get this? I considered input-many, but the doc says it is about creating new objects, not new associations, and the input-many control, in its default configuration, is not very dense. I also considered select-many, but it is not obvious to me how to add the weight field to the association. Maybe a table-plus with an new-rater-assignment form below it? Any thoughts? Thanks! Paul -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
