https://launchpadlibrarian.net/24396827/gtg-64.png

Getting Things GNOME!: Revamp the backends' experience

By Parth Panchal

Mentor: Nimit Shah

Abstract

  • The status quo of Getting Things Gnome (GTG) heavily depends on generic backend & local xml database for different third party services. The class generic backend is inherited by backends for different services. This makes it quite difficult to add new services independent of generic backend, and maintain the core modules, including generic backend, independent of backend service sub classes.

    My project aims to introduce several features that make GTG not only developer friendly but also user friendly. These include detaching backend services from the generic backend such that new & customized services can be added easily, and also improvements in synchronization that will provide flexibility to users.

Getting Things Done

  • gtd.jpg

For beta testers

  • Follow the following steps to setup a debug environment.
       1 mkdir gtg-services
       2 cd gtg-services
       3 git clone https://github.com/partp/gtg-services.git
       4 git clone https://github.com/getting-things-gnome/liblarch.git
       5 cd gtg
       6 ./scripts/debug.sh
    
  • Test test test & please do contact me if you encounter any bug.

Outreach/SummerOfCode/2014/Projects/ParthPanchal_GtgBackend (last edited 2014-06-08 00:32:06 by ParthPanchal)