Comment annotations

Bug #411399 reported by Mikkel Kamstrup Erlandsen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zeitgeist Framework
Invalid
Undecided
Unassigned

Bug Description

As it stands we have an item["comment"] field on our data items which is a single string. This contrasts what we actually have in the underlying datamodel where each comment is actually an annotation type. Meaning that the actual data model supports tagging comments, having events on them etc.

The über simple hack would be to turn the comments into a list of strings, but that still doesn't work either - unless the strings in the list where the URIs of the comment items...

Comments? (pun intended)

description: updated
Revision history for this message
Seif Lotfy (seif) wrote :

We can send out a dict like
{
 "nie:type" : "nie:comment"
 "nie:uri" : "zeitgeist/path/to/comment"
 "nie:title" : " This is a sample comment"
}
of course the ontoogy is not right but u get my point ?

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

Right, as you described here also I take it: https://lists.launchpad.net/zeitgeist/msg00081.html

Seif Lotfy (seif)
Changed in zeitgeist:
status: New → Won't Fix
status: Won't Fix → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.