Add FIXME comments to remember to encode/decode important data about a

happening in ActivityStreams format
This commit is contained in:
Evan Prodromou 2011-07-01 23:06:16 -04:00
parent a0ed80a5d8
commit 2998033816
1 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,7 @@ class EventPlugin extends MicroappPlugin
switch ($activity->verb) {
case ActivityVerb::POST:
// FIXME: get startTime, endTime, location and URL
$notice = Happening::saveNew($actor,
$start_time,
$end_time,
@ -261,6 +262,9 @@ class EventPlugin extends MicroappPlugin
array('xmlns' => 'urn:ietf:params:xml:ns:xcal'),
common_date_iso8601($happening->end_time));
// FIXME: add location
// FIXME: add URL
// XXX: probably need other stuff here
return $obj;