Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
"heart" verb strawmen: "update-relationship" plus enum: single, complicated, open, relationship, engaged, married, widowed
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
  2 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
 
Tantek Çelik  
View profile  
 More options Jul 29 2010, 10:35 pm
From: Tantek Çelik <tan...@cs.stanford.edu>
Date: Thu, 29 Jul 2010 19:35:44 -0700
Local: Thurs, Jul 29 2010 10:35 pm
Subject: "heart" verb strawmen: "update-relationship" plus enum: single, complicated, open, relationship, engaged, married, widowed
Continuing the relationship update special case, I've drafted a couple
of strawmen brainstorm proposals on the wiki based on research of
existing user interfaces and publishing practices:

Summary:
new verb: "update-relationship"
new direct object enum:
 * single, complicated, open, relationship, engaged, married, widowed

See the wiki for details, and feel free to critique choice of names,
granularity, etc.

http://wiki.activitystrea.ms/heart#Verbnamebrainstorms

If I'm completely getting this wrong and there is already a way to
do/represent this with the existing "Update" verb, could someone
please provide a simple markup example that demonstrates how to do so?
(e.g. how would you express the "is single" "is in a relationship"
example on the wiki).

If there is already a way to do this, I'd rather not unnecessarily add
to the vocabulary.

Also: repeating requests:

1. Does anyone have screenshots of "is single" or "is in a
relationship" status posts? @factoryjoe.com - do you have screenshots
of this in your Flickr compendium somewhere?

2. Please add more examples to the wiki, of what you've personally
*seen* on Facebook (not just "want"), and *especially* other sites
too.

3. Does anyone know of any other sites that show relationship changes
in any significantly different way like Facebook? Windows Live?
Anybody?

Thanks,

Tantek

--
http://tantek.com/
I made an HTML5 tutorial video/book! http://tantek.com/html5


 
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.
Monica Keller  
View profile  
 More options Aug 2 2010, 2:00 pm
From: Monica Keller <monica.kel...@gmail.com>
Date: Mon, 2 Aug 2010 11:00:18 -0700 (PDT)
Local: Mon, Aug 2 2010 2:00 pm
Subject: Re: "heart" verb strawmen: "update-relationship" plus enum: single, complicated, open, relationship, engaged, married, widowed
So relationship here is a noun. We are saying that a person has a
single relationship. This is a romantic relationship. And this
relationship has a couple properties that get captured by social
networks:
1- Type of relationship: dating, engaged, married
2- Subject --> The other person

Whether the verb is "update" and has a "change" field that indicates
the field name is "relationship" or the verb is "update-relationship",
the stream consumer will be able to extract the same information. If
looking up a human template only depends on verb and object type then
it will probably sounds a little weird. However this is true for most
of the profile fields like say Address. Unless you are switching on
the name of the change.

The only place Facebook syndicates this info is in real time updates
and we are using a generic mechanism to send changes to these fields
because the goal is data synchronization.

Based on this info. Here is my recommendation on how to represent the
change which is pretty generic but feel human readable to me

{
  "actor" : {"id":1212, "displayName" : "Peter"},
  "verb" : "update",
  "change" :
   {
    "name" : "relationship status",
    "value" : {"$ref": "#object.relationship.status"}
  },
  "object" : {
    "id": 1212,
    "displayName" : "Peter",
    "objectType" : "person",
    "relationship" : {
      "status" : "married", /* Use your enum here */
      "to" : {"id":"878787", "displayName" : "Sally", "type" :
"person"}
    }
  }

}

On Jul 29, 7:35 pm, Tantek Çelik <tan...@cs.stanford.edu> wrote:


 
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 »