Closed Bug 639526 Opened 14 years ago Closed 14 years ago

Activity model

Categories

(support.mozilla.org :: Users and Groups, task, P1)

Tracking

(Not tracked)

VERIFIED FIXED

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
Priority: -- → P1
Target Milestone: --- → 2.7
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Is there a way to verify this on the front end?
If activity can be logged, the model is there.
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.