WebDevStudios / CollabPress

74 stars 35 forks source link

Task management slow waiting on AJAX callbacks #77

Open ericandrewlewis opened 11 years ago

ericandrewlewis commented 11 years ago

Currently we're waiting on AJAX responses in areas where we create, edit, and delete content. This is negligible in areas where users may expect a page reload (e.g. commenting on a task) but while managing tasks it's a bummer.

I'm thinking hooking up Backbone.js for this might be the solution.