jeffgarrett / divsieapp

0 stars 0 forks source link

API with OAuth2 #59

Open jeffgarrett opened 11 years ago

jeffgarrett commented 11 years ago

As for the API:

Backend: User object stores the task collection etag, last modified time for headers. Task collection etag is updated when any task is modified.

Question: How do we handle conflict resolution for offline modifications? Are there collaborative editing javascript libraries we can use? How do we handle shared tasks?

jeffgarrett commented 11 years ago

Incude a "pretty" parameter to pretty-print JSON responses.