Harvest: Difference between revisions

Tch (talk | contribs)
No edit summary
Tch (talk | contribs)
No edit summary
Line 8: Line 8:
|rowspan="3"|Learner
|rowspan="3"|Learner
|serial_number
|serial_number
|Any kind of laptop identifier.
|Laptop identifier
|Only XO serial numbers are supposed at the moment.
|String
|-
|-
|birthdate
|birthdate
|User's approximate age.
|Aproximate birthdate of the user
|It is based on OLPC-AU "About me" extended information.
|Unix time
|-
|-
|gender
|gender
|User's gender.
|Gender of the user
|It is also based on OLPC-AU "About me" extended information.
|String
|-
|-
|rowspan="1"|Activities
|rowspan="1"|Activities
|bundle_id
|bundle_id
|Activity unique identifier.
|Activity identifier
|All Sugar activities must have an unique identifiier, IE org.laptop.Write.
|String
|-
|-
|rowspan="11"|Instances
|rowspan="11"|Instances
|object_id
|object_id
|Unique identifier of an Activity entry or session, in the journal.
|Entry identifier
|It is basically an UUID.
|String
|-
|-
|filesize
|filesize
|Size in bytes of the content associated to the entry.
|Size in bytes of the content associated to the entry
|
|Integer
|-
|-
|creation_time
|creation_time
|Unix time when the entry was firstly created.
|Entry creation time
|
|Unix time
|-
|-
|timestmap
|timestamp
|Unix when the entry was lastly modified.
|Entry last modification time
|
|Unix time
|-
|-
|buddies
|buddies
|Number of user's associated to the entry.
|Number of user's associated to the entry
|0 means no other user were working on this entry collaboratively.
|Integer
|-
|-
|spent_time
|spent_time
|
|Just a place holder for now. Still not supported in Sugar
|Just a place holder for now. Still not supported in Sugar.
|Integer
|-
|-
|shared_scope
|shared_scope
|Whether or not the entry was exposed through the collaboration service.
|If entry was exposed through the collaboration service
|0 means "No", 1 "means" "Yes".
|String
|-
|title_set_by_user
|If user has set a custom message to the entry
|String
|-
|keep
|Is the entry explicitly keep in the journal
|Boolean
|-
|serial_number
|Identifier of the entry owner
|String
|-
|bundle_id
|Identifier of the activity
|String
|}
|}