Changes

no edit summary
Line 51: Line 51:  
'''Context.type'''
 
'''Context.type'''
   −
Context types:
   
* ''activity'', Sugar activity;
 
* ''activity'', Sugar activity;
 
* ''book'', books in various forms;
 
* ''book'', books in various forms;
* ''group'', offline discussion groups;
+
* ''talks'', offline discussion groups;
 +
* ''project'', general purpose context to group related Post objects;
 
* ''package'', GNU/Linux package metadata.
 
* ''package'', GNU/Linux package metadata.
 +
 +
Context type specifies how context, and all related resources, can be used. For example, ''activity'' type assumes activity bundles uploaded to the ''Context.releases'' property, or, ''project'' contexts might have associated ''issue'' type Post objects.
    
<div id="context-releases"></div>
 
<div id="context-releases"></div>
Line 74: Line 76:     
* ''topic'', general purpose top-level Post;
 
* ''topic'', general purpose top-level Post;
* ''post'', general purpose dependent Post;
   
* ''review'', review the Context (topic);
 
* ''review'', review the Context (topic);
* ''object'', object generated by Context application (topic);
+
* ''artefact'', object generated by Context application (topic);
 
* ''question'', Q&A request (topic);
 
* ''question'', Q&A request (topic);
* ''problem'', problem with the Context (topic);
+
* ''issue'', problem with the Context (topic);
 
* ''idea'', an idea for the Context (topic);
 
* ''idea'', an idea for the Context (topic);
* ''solution'', solution for question, problem, or, idea (post);
+
* ''notice'', auto-generated Post for updates within the Context (topic);
* ''announce'', general announcement (topic);
+
* ''post'', general purpose dependent Post;
* ''notification'', auto-generated Post for updates within the Context (topic).
+
* ''solution'', solution for question, issue, or, idea (post).