Sugar Network/Resources: Difference between revisions
mNo edit summary |
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'', | * ''topic'', general purpose top-level Post; | ||
* ''object'', | * ''post'', general purpose dependent Post; | ||
* ''question'', Q&A request; | * ''review'', review the Context (topic); | ||
* ''problem'', | * ''object'', object generated by Context application (topic); | ||
* ''idea'', | * ''question'', Q&A request (topic); | ||
* ''solution'', | * ''problem'', problem with the Context (topic); | ||
* ''announce'', | * ''idea'', an idea for the Context (topic); | ||
* ''notification'', | * ''solution'', solution for question, problem, or, idea (post); | ||
* ''announce'', general announcement (topic); | |||
* ''notification'', auto-generated Post for updates within the Context (topic). | |||