mikesimons / nibbana

Unofficial NirvanaHQ JS clietnt
Other
10 stars 4 forks source link

Implement recurring tasks #4

Open mikesimons opened 12 years ago

mikesimons commented 12 years ago

Recurring tasks don't work at all at the moment. The model needs to set the JSON string in the "recurring" field of the data returned from get_data.

Stucture is like this: {"paused":false,"freq":"daily","interval":1,"nextdate":"20120807","hasduedate":0}

The server will then return a set of new tasks. The sync method should support that but obviously that poses a potential problem for offline use.