Difference between revisions of "Summer of Code/2013/Social Sugar project"
< Summer of Code | 2013
Jump to navigation
Jump to search
Axitkhurana (talk | contribs) (create page to track progress of Social Sugar Project) |
Axitkhurana (talk | contribs) (→Work done: Added work in progress for this week.) |
||
Line 4: | Line 4: | ||
* checked out previous work done: on webservices, journalx and sugar-network. | * checked out previous work done: on webservices, journalx and sugar-network. | ||
* added social_ids to BuddyModel, still working on integration to access them in group view. | * added social_ids to BuddyModel, still working on integration to access them in group view. | ||
+ | * reading about [https://developer.gnome.org/gobject/unstable/index.html GObject] and [http://python-gtk-3-tutorial.readthedocs.org/en/latest/objects.html Python GTK] | ||
== TODO == | == TODO == |
Revision as of 11:54, 14 June 2013
This page tracks the progress of Akshit Khurana's GSoC project: "Social Sugar". More details about the project can be found on proposal page.
Work done
- checked out previous work done: on webservices, journalx and sugar-network.
- added social_ids to BuddyModel, still working on integration to access them in group view.
- reading about GObject and Python GTK
TODO
- check how to add meta-data to buddies information
- see how comments work and think which new methods we should need to get our "interactions" information
Code
socialsugar branch on my sugar fork on github.