venantius / darg

Kill the status meeting -- an abandoned IDoneThis competitor.
1 stars 0 forks source link

Don't re-poll for all of timeline, just update the tasks object if a new task submission or edit happens. #193

Open venantius opened 9 years ago

venantius commented 9 years ago

Right now if you add a new task via the timeline, there are two API calls: one that creates the new task, and one that polls for a new timeline. We should only have one API call (the first); if it's successful we should just manipulate the timeline object ourselves directly without querying for a new timeline.