Changes

Jump to navigation Jump to search
no edit summary
Line 62: Line 62:     
Contexts with ''activity'' or ''book'' types might have releases, i.e., activity or book versions that users can download. The ''releases'' property is aggregated where each item describes one particular version. There is no need in working with the ''releases'' property directly, there are high-level API commands to [[Sugar_Network/API#Upload_releases|upload]] and [[Sugar_Network/API#Download_releases|download]] releases.
 
Contexts with ''activity'' or ''book'' types might have releases, i.e., activity or book versions that users can download. The ''releases'' property is aggregated where each item describes one particular version. There is no need in working with the ''releases'' property directly, there are high-level API commands to [[Sugar_Network/API#Upload_releases|upload]] and [[Sugar_Network/API#Download_releases|download]] releases.
 +
 +
<div id="post-topic"></div>
 +
 +
'''Post.topic'''
 +
 +
Post objects might belong to a topic post. The system design assumes only a two-level Posts hierarchy.
    
<div id="post-type"></div>
 
<div id="post-type"></div>
Line 67: Line 73:  
'''Post.type'''
 
'''Post.type'''
   −
* ''review'', Review the Context;
+
* ''topic'', general purpose top-level Post;
* ''object'', Object generated by Context application;
+
* ''post'', general purpose dependent Post;
* ''question'', Q&A request;
+
* ''review'', review the Context (topic);
* ''problem'', Problem with the Context;
+
* ''object'', object generated by Context application (topic);
* ''idea'', An idea for the Context;
+
* ''question'', Q&A request (topic);
* ''solution'', Solution for question, problem, or, idea;
+
* ''problem'', problem with the Context (topic);
* ''announce'', General announcement;
+
* ''idea'', an idea for the Context (topic);
* ''notification'', Auto-generated Post for updates within the Context;
+
* ''solution'', solution for question, problem, or, idea (post);
* ''post'', General purpose dependent Post.
+
* ''announce'', general announcement (topic);
 
+
* ''notification'', auto-generated Post for updates within the Context (topic).
'''Post.topic'''
  −
 
  −
Post objects might belong to a topic post. The system design assumes only a two-level Posts hierarchy.
 

Navigation menu