Sugar TODO: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(claim some work items)
Line 1: Line 1:
* Implement the group chat activity. We have a skeleton for it in activities/groupchat. Also sugar/chat has most of the necessary code. It just needs to be refactored in an activity.
* (dcbw) Implement the group chat activity. We have a skeleton for it in activities/groupchat. Also sugar/chat has most of the necessary code. It just needs to be refactored in an activity.
* Add back contextual activity chat. For gen1 we are probably going to have a traditional chat window like we used to.
* Add back contextual activity chat. For gen1 we are probably going to have a traditional chat window like we used to.
* Add the current activity icon in the friends view. Both backend and gui needs to be written.
* (dcbw) Add the current activity icon in the friends view. Both backend and gui needs to be written.
* Buddy rollover menu on the frame buddy list. It needs to contain the buddy name, the photo and a "Make friend" button.
* Buddy rollover menu on the frame buddy list. It needs to contain the buddy name, the photo and a "Make friend" button.
* Buddy rollover on the friends view. Not sure about the visual design yet but it should at least contain an invite item.
* Buddy rollover on the friends view. Not sure about the visual design yet but it should at least contain an invite item.

Revision as of 18:59, 11 September 2006

  • (dcbw) Implement the group chat activity. We have a skeleton for it in activities/groupchat. Also sugar/chat has most of the necessary code. It just needs to be refactored in an activity.
  • Add back contextual activity chat. For gen1 we are probably going to have a traditional chat window like we used to.
  • (dcbw) Add the current activity icon in the friends view. Both backend and gui needs to be written.
  • Buddy rollover menu on the frame buddy list. It needs to contain the buddy name, the photo and a "Make friend" button.
  • Buddy rollover on the friends view. Not sure about the visual design yet but it should at least contain an invite item.
  • Implement mesh view snowflakes. Need to figure with Eben the exact model.
  • Remove activities from the mesh view when they disappear from the network.
  • Remove buddies from the frame buddy list when they leave.
  • Allow to move friends around in the view and remember positions.
  • Make IconLayout smarter to not place buddies one over the other.
  • Implement the activity menu, it will contain share and invite. Visual design details not clear yet.