Changes

Jump to navigation Jump to search
2,909 bytes added ,  02:59, 4 September 2014
no edit summary
Line 6: Line 6:  
|}
 
|}
   −
'''Resource.layer'''
+
<div id="resource-types"></div>
   −
: This is an attempt to generalize the idea of [http://groups.google.com/group/sugar-network/browse_thread/thread/4cad05ec801f364c user/resource levels] with idea that objects should not be removed from the Network immediately (only hidden, and permanently removed by Network administrators). So, every resource is associated with a layer, i.e., it might be visible for observers only if they requested this layer and have permissions to see it.
+
'''Property types'''
   −
: For now, implemented only the following list of layers, but it might be reused for [http://groups.google.com/group/sugar-network/msg/f5a1b4d78494a5d3 teachers related workflows] later:
+
Generally, Sugar Network objects' property types correspond to JSON types. The only exceptions mentioned in the following list:
   −
:* ''general'', the default layer for observers and Network objects; all users can see objects on this layer;
+
* ''enum'', is an enumerated type when a value is a string from the predefined list of constants;
:* ''deleted'' Network objects' layer will be changed to {{Code|deleted}} after removing objects by users.
+
* ''markdown'', is a string formatted in the [[Wikipedia:Markdown|Markdown]] syntax;
 +
* ''blob'', is a file represented by string value which is a [[Wikipedia:Sha1|SHA-1]] digest of file's content; the file itself can be obtained from the {{Code|'''GET''' /blobs/''DIGEST''}} request;
 +
* ''aggregated'', is a list of JSON objects which has [[Sugar_Network/API#Aggregated_properties|special API]] to treat its items; each aggregated item has a unique identifier; items might be created not only by the object's authors.
 +
 
 +
<div id="resource-author"></div>
 +
 
 +
'''Resource.author'''
 +
 
 +
A dictionary of authors working on the corresponding resource. Keys are Sugar Network ''User'' guids, or, if particular author is not registered in the Sugar Network, full user names. Values are dictionaries with the following keys:
 +
 
 +
* ''name''<br>Full author's name;
 +
* ''role''<br>An integer which is a bit-wise ORed value of the following constants:
 +
** ''0x1'', author is registered in the Sugar Network (and ''guid'' key is set);
 +
** ''0x10000'', author is the original author of the corresponding resource; if it is not set, user is only a maintainer, e.g., an uploader of a book which has its original authors;
 +
* ''avatar''<br>An url to author's avatar.
 +
 
 +
<div id="resource-status"></div>
 +
 
 +
'''Resource.status'''
 +
 
 +
This is a system level property which can be set only by node editors. It is a list of "badges" editors set depending on the object quality. Currently supported statuses are:
 +
 
 +
* ''featured'', the object is popped up by node editors.
 +
 
 +
<div id="resource-pins"></div>
 +
 
 +
'''Resource.pins'''
 +
 
 +
This property makes sense only for objects provided from a [[Sugar_Network/API#Client_proxy|local proxy]]. The property is intended to store local user's preferences or statuses remote object has in local environment. Currently supported values are:
 +
 
 +
* ''favorite'', set if a user has ''"stared"'' the object;
 +
* ''checkin'', applied to Context objects only, set if a user has ''"pinned"'' the context to keep its most recent version permanently in the local system;
 +
* ''stale'', applied to Context objects only, set if previously checked-in Context might have more fresh releases on the node; it is not possible to filter Contexts by this value;
 +
* ''inprogress'', applied to Context objects only, set if the Context is in the process of downloading content from the node; it is being temporally set before launching the Context or checking it in; it is not possible to filter Contexts by this value.
 +
 
 +
<div id="context-type"></div>
    
'''Context.type'''
 
'''Context.type'''
   −
: Context types:
+
* ''activity'', Sugar application;
 +
* ''book'', books in various forms;
 +
* ''group'', a social group of related activities;
 +
* ''talks'', sub-type to mix-in offline discussion forum;
 +
* ''project'', sub-type to mix-in issue tracker and polling functionality.
 +
 
 +
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, [[#post-type|Post.type]] depends on Context type it was created for.
 +
 
 +
<div id="context-releases"></div>
   −
:* ''application'', software application;
+
'''Context.releases'''
:* ''library'', software library;
  −
:* ''activity'', Sugar activity;
  −
:* ''article'', arbitrary content in a form of article.
     −
'''Context.license'''
+
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#Retrieving_releases|download]] releases.
   −
: Short license names. The licenses should conform with the [[Activity Library]] licensing [[Activity_Library/Editors/Policy/Licensing|policy]].
+
<div id="post-type"></div>
   −
'''Implementation.stability'''
+
'''Post.type'''
   −
: Stability level of the Implementation. Values conform to [http://0install.net/interface-spec.html#id4016716 0install stability levels] and could be:
+
Choose Post types according to Context [[#context-type|types]] the Post belongs to.
   −
:* ''insecure'',
+
* ''topic'', general purpose discussion; ''talks'' Contexts;
:* ''buggy'',
+
* ''artefact'', object generated by Context application; ''activity'' Contexts;
:* ''developer'',
+
* ''issue'', problem with the Context; ''project'' Contexts;
:* ''testing'',
+
* ''poll'', a poll within the Context; ''project'' Contexts;
:* ''stable''.
+
* ''post'', a comment for a parent Post object; Context type independent.
   −
'''Implementation.requires'''
+
<div id="post-topic"></div>
   −
: What Contexts the current one depends on. Value is a dictionary of:
+
'''Post.topic'''
   −
  "''<Context-GUID>''": {
+
Only ''post'' type Post objects belong to a parent Post which guid should be specified in the ''topic'' property. The system design assumes only a two-level Posts hierarchy.
    "''constraints''": [{            # optional array of constrains
  −
      "''not-before''": "''<VERSION>''",  # the lowest-numbered version that can be chosen
  −
      "''before''": "''<VERSION>''",      # this version and all later versions are unsuitable
  −
      }],
  −
    "''importance''":
  −
      "''essential''|''recommended''",    # dependency must be selected or no version is also an option
  −
  }
     −
'''Artifact.type'''
+
<div id="post-topic"></div>
   −
: The type of Artifact:
+
'''Post.resolution'''
   −
:* ''screenshot'', screenshot generated within the Context;
+
Post types ''issue'' and ''poll'' topics might have a resolution to expose the current status. The only way to change topic resolution is creating a dependent post with resolution property set.
:* ''jobject'', Journal object generated by Sugar activity.
     −
'''Notification.type'''
+
Resolutions for ''issue'' Post objects:
 +
* ''unconfirmed'', newly created issue;
 +
* ''new'', confirmed issue;
 +
* ''needinfo'', posted information about the issue is insufficient, more details needed;
 +
* ''resolved'', the issue is resolved, closed;
 +
* ''unrelated'', the issue does not related to the Context, closed;
 +
* ''obsolete'', the issue is already solved in recent Context releases, closed;
 +
* ''duplicate'', the issue is a duplicate, closed.
   −
:* ''create'', object was created;
+
Resolutions for ''poll'' Post objects:
:* ''update'', object's properties were modified;
+
* ''open'', the poll is open for votes;
:* ''delete'', object was deleted (hidden);
+
* ''closed'', the poll is closed for votes.
:* ''vote'', object was voted/unvoted.
 

Navigation menu