#16 Place repos with assigned rated tickets on top
Opened by kparal. Modified

Currently, in the Assigned column, it seems that the repos are sorted alphabetically. However, that means that my currently assigned tickets with SPs are somewhere in the middle and I need to search for them:

Assigned
--------
repo1
- ticket 1
- ticket 2
repo2 (10 sp)
- ticket 1 (5 sp)
- ticket 2 (5 sp)
repo3
- ticket 1
- ticket 2

Instead, place repos which have any SPs on top (in alphabetical order), and only then place repos without any SPs (in alphabetical order), like this:

Assigned
--------
repo2 (10 sp)
- ticket 1 (5 sp)
- ticket 2 (5 sp)
repo1
- ticket 1
- ticket 2
repo3
- ticket 1
- ticket 2

This will help me find my currently "active" (assigned and rated -> working on them) tickets quickly and not miss them.

I think this change only makes sense to do in the Assigned column. I'd also limit it to only when a user is logged in.

Thanks.


Metadata Update from @jskladan:
- Issue assigned to jskladan

Metadata Update from @jskladan:
- Custom field story_points adjusted to 1

Metadata