Sugar Network/Resources: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
:* ''stable''. | :* ''stable''. | ||
''Notification.type''' | '''Notification.type''' | ||
:* ''create'', object was created; | :* ''create'', object was created; | ||
| Line 44: | Line 44: | ||
:* ''delete'', object was deleted (hidden); | :* ''delete'', object was deleted (hidden); | ||
:* ''vote'', object was voted/unvoted. | :* ''vote'', object was voted/unvoted. | ||
'''Feedback.type''' | |||
:* ''question'' | |||
:* ''idea'' | |||
:* ''problem'' | |||
:* ''review'' | |||
Revision as of 07:22, 27 June 2012
The following diagram shows the full list of objects implemented by the Sugar Network API.
Resource.layers
- This is an attempt to generalize the idea of 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.
- For now, implemented only the following list of layers, but it might be reused for teachers related workflows later:
- public, object is visible for everyone;
- deleted Network objects' layer will be changed to
deletedafter removing objects by users.
Context.type
- Context types:
- application, software application;
- library, software library;
- activity, Sugar activity;
- article, arbitrary content in a form of article.
Implementation.license
- Short license names. The licenses should conform with the Activity Library licensing policy.
Implementation.stability
- Stability level of the Implementation. Values conform to 0install stability levels and could be:
- insecure,
- buggy,
- developer,
- testing,
- stable.
Notification.type
- create, object was created;
- update, object's properties were modified;
- delete, object was deleted (hidden);
- vote, object was voted/unvoted.
Feedback.type
- question
- idea
- problem
- review
