Closed
Bug 639526
Opened 14 years ago
Closed 14 years ago
Activity model
Categories
(support.mozilla.org :: Users and Groups, task, P1)
support.mozilla.org
Users and Groups
Tracking
(Not tracked)
VERIFIED
FIXED
2.7
People
(Reporter: jsocol, Assigned: jsocol)
References
Details
A model, as described in bug 638263, to store activity a user is following.
Something like:
class Activity(ModelBase):
inbox = ForeignKey(User)
creator = ForeignKey(User, null)
created = DateTime
title = Char
url = URL(null)
description = Char(null)
object = GenericForeignKey(null) # for cascading deletes
| Assignee | ||
Updated•14 years ago
|
Priority: -- → P1
Target Milestone: --- → 2.7
| Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•14 years ago
|
||
Is there a way to verify this on the front end?
| Assignee | ||
Comment 3•14 years ago
|
||
If activity can be logged, the model is there.
Comment 4•14 years ago
|
||
Verified activity is logged on the contributor forum dashboard
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•