sprintly / sprintly-kanban

A Kanban Board for Sprintly
https://kanban.sprint.ly
ISC License
494 stars 82 forks source link

fix 9712 load more creating duplicates #19

Closed wookiehangover closed 9 years ago

wookiehangover commented 9 years ago

What does it do?

Changes load more so that we always fetch an entire column of items when clicking "load more," rather than just fetching the last page.

How should this be manually tested?

A little tricky to test, but if you leave the kanban board open while items are changed elsewhere, and then click load more, there was formerly the chance of seeing duplicate items.

Now, you should always see the items for that column without duplicates.

Any background context?

This is just a tricky real-time problem that we didn't think about until now.