summaryrefslogtreecommitdiff
path: root/README.branch
blob: 6bdfad88648e1bb5ef82e52f6a753f3223b1e066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

* call Videos, Photos, Events collectively as social-objects.

* make Video, Photo, Event social-objects subsets of the Notice object.
  i.e for example, a Video is just extra metadata for a Notice, this lets
  the core handle all book-keeping for videos too in the name of Notices.

* extend the notice textarea to house facebook status-box-like features,
  letting users switch between status, video, photo, event sharing modes.

* make a framework for these things. for example, it should be easy to
  implement a blog-post social-object or a last.fm scrobble social-object
  by extending a core social-object plugin.