Learn by Doing wrote:
> I hope to find some plugin or existing code to implement the following
> feature because it is very common on the net.
> 
> In my application, each user has a list of favorite books.  After
> login, each user should be able to rank this list of books.  Ideally,
> the user is presented with his list.  He then can drag and drop to
> rank the books in the list and click submit to save the new rankings.
> Or he can just type in the numeral ranking next to each book.  I
> remember that Netflix allows its users to rank their list of movies in
> this fashion.
> 
> Can you point me to some plug-in, existing code or suggest how I can
> implement this?  I think this feature has been implemented many times
> before.  I don't want to reinvent the wheel.  Thanks much.

Most JavaScript UI libraries have something like this.  Remember to 
provide an alternative interface for users without JS, though.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to