﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
292	"Enable ""favoriting"" of media"	david kosata	Aaron Williamson	"{{{
#!rst
Users should be able to mark media entries as favorites by clicking
a button/link in the entry detail view (and probably from gallery
views as well). This change will likely require the creation of a
new ""UserFavorite"" model with a structure like:

{'user': user\_id,
'media\_entry': media\_entry\_id,
'created': datetime.datetime.now()}

...and also a new field on MediaEntry containing a count of
UserFavorites for that entry (to avoid expensive queries to
generate this number dynamically for every request).



}}}"	enhancement	closed	minor	0.2.0	programming	duplicate			
