tiy-durham-q3-rails / freeshelf

A network for sharing free programming books.
MIT License
3 stars 13 forks source link

People should have favorite books and tags #13

Closed cndreisbach closed 10 years ago

cndreisbach commented 10 years ago

Users should have an interface to choose their favorite books. Once we reach an overwhelming amount of books, this will be useful for people to find the books they want.

In addition, they should have favorite tags, and have a way to see all books for their favorite tags.

cndreisbach commented 10 years ago

In both cases, the interface should be a star you can click. On books, this should be by the title. On tags, this should be at the top of the page for a particular tag.

Once tags are selected, the label should change color.

The star clicking should happen via AJAX.