crate-archive / crate-site

OBSOLETE, SEE crate.io, crate.web, and crate.pypi
https://crate.io/
BSD 2-Clause "Simplified" License
87 stars 13 forks source link

Favorites #22

Closed dstufft closed 12 years ago

dstufft commented 12 years ago

Add the ability for a user to favorite a package. Favoriting a package is a private "bookmark" and will show up on the users /favorites/ page. This page lists all of the packages a user has favorited, in order of the latest release. So when a particular package releases a new version, it gets pushed back to the top of the list.

dstufft commented 12 years ago

This should solve #8.