Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ernest  
View profile  
 More options Apr 8 2008, 12:53 am
From: ernest <erne...@gmail.com>
Date: Mon, 7 Apr 2008 21:53:00 -0700 (PDT)
Subject: 'Interested In' field
As per a couple of conversations in the last hackathon at six apart,
here is our proposal for the 'interested in' field to be included in
the next version.
Here is a little research of the main social networks and their use of
the 'interested in/looking for' field in their user profiles.
(http://spreadsheets.google.com/pub?key=pXn69uFFnb93d__8QKu77Pg)
Of course, anyone can keep researching in this huge list of social
networks. (http://en.wikipedia.org/wiki/
List_of_social_networking_websites)
A common structure for all of them seems to be the following:

Static Class opensocial.Enum.InterestedIn
 <static> object DATING
 <static> object FRIENDS
 <static> object RELATIONSHIP
 <static> object NETWORKING
 <static> object ACTIVITY_PARTNERS
 <static> object RANDOM (?)

An open question is whether or not to specify a target gender for each
of them as some of the social apps do (see the spreadsheet)

Now it's time for your feedback.

Ernest Delgado


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cassie  
View profile  
 More options Apr 14 2008, 7:00 am
From: Cassie <d...@google.com>
Date: Mon, 14 Apr 2008 13:00:54 +0200
Local: Mon, Apr 14 2008 7:00 am
Subject: Re: 'Interested In' field
This would translate into this spec change:
/**
 * @static
 * @class
 * The enum keys used by the lookingFor field.
 * <p><b>See also:</b>
 * <a href="opensocial.Person.Field.html">
 * opensocial.Person.Field.LookingFor</a>
 * </p>
 *
 * @name opensocial.Enum.LookingFor
 */
opensocial.Enum.LookingFor = {
  /** @member opensocial.Enum.LookingFor */
  DATING : 'DATING',
  /** @member opensocial.Enum.LookingFor */
  FRIENDS : 'FRIENDS',
  /** @member opensocial.Enum.LookingFor */
  RELATIONSHIP : 'RELATIONSHIP',
  /** @member opensocial.Enum.LookingFor */
  NETWORKING : 'NETWORKING',
  /** @member opensocial.Enum.LookingFor */
  ACTIVITY_PARTNERS : 'ACTIVITY_PARTNERS',
  /** @member opensocial.Enum.LookingFor */
  RANDOM : 'RANDOM'

};

  /**
   * Person's statement about who or what they are looking for, or what they are
   * interested in meeting people for. Specified as an Enum with the enum's
   * key referencing opensocial.Enum.LookingFor.
   * Not supported by all containers.
   *
   * @member opensocial.Person.Field
   */
  LOOKING_FOR : 'lookingFor',

What does everyone think?

- Cassie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zhen Wang  
View profile  
 More options Apr 14 2008, 2:35 pm
From: "Zhen Wang" <wa...@google.com>
Date: Mon, 14 Apr 2008 11:35:05 -0700
Local: Mon, Apr 14 2008 2:35 pm
Subject: Re: 'Interested In' field
For people with diverse interests, Array<opensocial.Enum.LookingFor>
might be a more appropriate type for
opensocial.Person.Field.LookingFor.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cassie  
View profile  
 More options Apr 20 2008, 12:34 pm
From: Cassie <d...@google.com>
Date: Sun, 20 Apr 2008 18:34:20 +0200
Local: Sun, Apr 20 2008 12:34 pm
Subject: Re: 'Interested In' field

Very true Zhen.
Okay, this thread needs more opinions. Does anyone out there care to vote on
whether we want a lookingFor field with this enum? Or perhaps an array of
enums?

We so far have 1 vote for the field as an enum, and 1 vote for the field as
an array of enums.
Thanks.

- Cassie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ernest  
View profile  
 More options Apr 22 2008, 6:39 am
From: ernest <erne...@gmail.com>
Date: Tue, 22 Apr 2008 03:39:05 -0700 (PDT)
Local: Tues, Apr 22 2008 6:39 am
Subject: Re: 'Interested In' field
Assuming that the non-array version wouldn't let us have multiple
'looking for' values for one profile, I vote for the array version.

With regards to the name of the enum, either 'looking for' or
'interested in', I would think about which of the following sentences
makes more sense:

I am a 'male/female' looking for 'male/female/any' INTERESTED IN
'dating/relationship/friendship...'
I am a 'male/female' interested in 'male/female/any' LOOKING FOR
'dating/relationship/friendship...'

Ernest

On Apr 20, 9:34 am, Cassie <d...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cassie  
View profile  
 More options Apr 24 2008, 11:26 am
From: Cassie <d...@google.com>
Date: Thu, 24 Apr 2008 17:26:34 +0200
Local: Thurs, Apr 24 2008 11:26 am
Subject: Re: 'Interested In' field

The only reason I went with "lookingFor" as opposed to "interestedIn" is
that lookingFor is already defined as a field:
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial....
So we get to reuse some of what we have.

Okay - this needs 3 more votes? Anybody wanna +1 on this easy one?

- Cassie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul  
View profile  
 More options Apr 25 2008, 8:38 pm
From: Paul <pjwal...@gmail.com>
Date: Fri, 25 Apr 2008 17:38:39 -0700 (PDT)
Local: Fri, Apr 25 2008 8:38 pm
Subject: Re: 'Interested In' field
+1 support for lookingFor or interestedIn being a zero to many field
however it's implemented and whatever it's name is :-).

~Paul


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Brown  
View profile  
 More options Apr 28 2008, 6:28 am
From: "Kevin Brown" <e...@google.com>
Date: Mon, 28 Apr 2008 03:28:41 -0700
Local: Mon, Apr 28 2008 6:28 am
Subject: Re: 'Interested In' field

+1


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cassie  
View profile  
 More options Apr 28 2008, 6:39 am
From: Cassie <d...@google.com>
Date: Mon, 28 Apr 2008 12:39:59 +0200
Local: Mon, Apr 28 2008 6:39 am
Subject: Re: 'Interested In' field

+1

okay, this change is approved unless ernest still has strong objections to
the name "lookingFor". ernest - simply reply to this thread if you have
additional comments.
thanks.

- cassie


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ernest  
View profile  
 More options May 2 2008, 6:30 pm
From: ernest <erne...@gmail.com>
Date: Fri, 2 May 2008 15:30:38 -0700 (PDT)
Local: Fri, May 2 2008 6:30 pm
Subject: Re: 'Interested In' field
Sounds good to me!
Thanks for your feedback guys.  :)

Ernest

On Apr 28, 3:39 am, Cassie <d...@google.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Scholz / Tao Takashi (SL)  
View profile  
 More options May 3 2008, 7:20 pm
From: "Christian Scholz / Tao Takashi (SL)" <tao.taka...@googlemail.com>
Date: Sun, 4 May 2008 01:20:19 +0200
Local: Sat, May 3 2008 7:20 pm
Subject: Re: 'Interested In' field

Hi!

A quick question: Many social networks have Interests text boxes such as
music, films, books and so on. Is this covered in here as well?
(Reason for the question is that we have been thinking about how to markup
a profile from an SN in the DataPortability Project and were wondering what
to
choose but not much seems to be available in that area).

cheers,

Christian

--
Christian Scholz
Tao Takashi (Second Life name)
taotaka...@gmail.com
Blog/Podcast: http://mrtopf.de/blog
Planet: http://worldofsl.com

Company: http://comlounge.net
Tech Video Blog: http://comlounge.tv
IRC: MrTopf/Tao_T


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cassie  
View profile  
 More options May 5 2008, 2:34 am
From: Cassie <d...@google.com>
Date: Mon, 5 May 2008 08:34:06 +0200
Local: Mon, May 5 2008 2:34 am
Subject: Re: 'Interested In' field

Don't worry, we've got you covered with the following fields:
activities, books, cars, interests, movies, music, + much more

You can read about them here
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial....

And, if a container needs some other thing that we forgot, they are always
free to add their own.
Thanks and I hope that helps!

- Cassie

On Sun, May 4, 2008 at 1:20 AM, Christian Scholz / Tao Takashi (SL) <


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Scholz / Tao Takashi (SL)  
View profile  
 More options May 5 2008, 3:34 am
From: "Christian Scholz / Tao Takashi (SL)" <tao.taka...@googlemail.com>
Date: Mon, 5 May 2008 09:34:28 +0200
Local: Mon, May 5 2008 3:34 am
Subject: Re: 'Interested In' field
Hi!

On Mon, May 5, 2008 at 8:34 AM, Cassie <d...@google.com> wrote:
> Don't worry, we've got you covered with the following fields:
> activities, books, cars, interests, movies, music, + much more

> You can read about them here
> http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial....

> And, if a container needs some other thing that we forgot, they are always
> free to add their own.
> Thanks and I hope that helps!

Cool thanks, it does :-)

Have a good start in the week everybody! :-)

-- Christian

--
Christian Scholz
Tao Takashi (Second Life name)
taotaka...@gmail.com
Blog/Podcast: http://mrtopf.de/blog
Planet: http://worldofsl.com

Company: http://comlounge.net
Tech Video Blog: http://comlounge.tv
IRC: MrTopf/Tao_T


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google