You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/05/24 15:53:55 UTC

[jira] Created: (SHINDIG-305) 0.8 -- Add "HAS_APP" field to the Person model

0.8 -- Add "HAS_APP" field to the Person model
----------------------------------------------

                 Key: SHINDIG-305
                 URL: https://issues.apache.org/jira/browse/SHINDIG-305
             Project: Shindig
          Issue Type: New Feature
          Components: Features (Javascript), RESTful API (Java), RESTful API (PHP)
            Reporter: Paul Lindner


>From PERSON-001

opensocial.Person.Field = {
...
/**
* A boolean indicating whether the person has used the current app.
* @member opensocial.Person.Field
*/
HAS_APP : 'hasApp',
...
}


opensocial.DataRequest.FilterType = {
...
/**
* Retrieves all friends that use this application.
*
* Note: Containers may define "use" in any manner they deem appropriate for
* their functionality, and it is not expected that this field will have the exact
* same semantics across containers
*
* @member opensocial.DataRequest.FilterType
*/
HAS_APP : 'hasApp'
};


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-305) 0.8 -- Add "HAS_APP" field to the Person model

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-305.
----------------------------------

    Resolution: Fixed

Working implementation added for this feature.


> 0.8 -- Add "HAS_APP" field to the Person model
> ----------------------------------------------
>
>                 Key: SHINDIG-305
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-305
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Features (Javascript), RESTful API (Java), RESTful API (PHP)
>            Reporter: Paul Lindner
>
> From PERSON-001
> opensocial.Person.Field = {
> ...
> /**
> * A boolean indicating whether the person has used the current app.
> * @member opensocial.Person.Field
> */
> HAS_APP : 'hasApp',
> ...
> }
> opensocial.DataRequest.FilterType = {
> ...
> /**
> * Retrieves all friends that use this application.
> *
> * Note: Containers may define "use" in any manner they deem appropriate for
> * their functionality, and it is not expected that this field will have the exact
> * same semantics across containers
> *
> * @member opensocial.DataRequest.FilterType
> */
> HAS_APP : 'hasApp'
> };

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.