Gaurav Kalra

Results 6 issues of Gaurav Kalra

To be fixed after #8

documentation
low priority

Any.Do chrome plugin supports both Facebook and Google Plus (recently introduced) logins. We should extend python-anydo to enable authentication via Facebook and Google Plus tokens.

feature
low priority

Possible tasks: 1. Verify with cheesecake 2. Refer http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/

quality
low priority

Any.Do mixes tasks and notes into single GET response of the API: ``` text api.get_all_tasks() ``` Should we separate tasks from notes and provide a more usable interface?

feature
low priority

pylint complains: ************\* Module anydo.lib.bind R: 15,4:bind_method.AnyDoAPIBinderMethod: Too few public methods (1/2) R: 11,0:bind_method: Too many branches (18/12) If there is way to simplify bind module, we should explore it.

quality
low priority