sprintly / sprintly-kanban

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

Fix #77 - increase default fetch limits for priority columns #46

Closed wookiehangover closed 9 years ago

wookiehangover commented 9 years ago

What does it do?

Adds tests and changes the filters defaults for fetching items for backlog priority sort (sprint view.)

Where should the reviewer start?

  1. Structural changes to the private methods in actions/product-actions.js to make it easier to test.
  2. Move filter defaults into the mergeFilter method in product-actions, with unit tests

    How should this be manually tested?

In a project with lots of items in the backlog, sort by priority. You'll only see the "load more" button if there are more than 100 items in the backlog.