Opened 12 years ago

Closed 12 years ago

Last modified 9 years ago

#292 closed enhancement (duplicate)

Enable "favoriting" of media

Reported by: david kosata Owned by: Aaron Williamson
Priority: minor Milestone: 0.2.0
Component: programming Keywords:
Cc: Parent Tickets:

Description

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).



Change History (4)

comment:1 by Aaron Williamson, 12 years ago

Status: NewClosed
This is a duplicate of `#618 </issues/618>`_:
`http://bugs.foocorp.net/issues/618 <http://bugs.foocorp.net/issues/618>`_



comment:2 by Will Kahn-Greene, 12 years ago

The original url for this bug was http://bugs.foocorp.net/issues/638 .

comment:3 by joar, 12 years ago

Resolution: FIXED
Status: closedreopened

comment:4 by joar, 12 years ago

Resolution: duplicate
Status: reopenedclosed
Type: defectenhancement
Note: See TracTickets for help on using tickets.