Hubbup icon indicating copy to clipboard operation
Hubbup copied to clipboard

Add person page that displays all the items that are assigned to a person

Open muratg opened this issue 10 years ago • 1 comments

It can be a URL like: https://projectkissuelist.azurewebsites.net/persons/anurse

It could display the same "person" box as in the kcore page. (perhaps Other Assigned Issues expanded by default.) Later on stats etc. can be added to these "per person" pages.

muratg avatar Nov 25 '15 22:11 muratg

Turns out this is super duper complicated and/or impossible. There's no API to get this information. There are APIs to get all the items for the current user (not useful), or you can use the search APIs to find all issues (but this is severely rate-limited), or you can do one query for every repo of the org(s) that you care about.

I'm thinking I'll implement the last one, but it's quite costly and slow.

Eilon avatar Dec 27 '15 23:12 Eilon