LexMachinaInc / quadro

Quadro is a JavaScript kanban board for Github issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to view current PRs (assigned + created)

wired4code opened this issue · comments

Right now, users can only see Github issues, but not PRs.

This was partially addressed in that Github PRs assigned to a user now show up in the Ready column.

Do they have their status adjusted by label, or are they always "Ready" ?

Github (I presume the way we set it up) automatically applies the 1 - Ready label to new PRs. I don't think the status ever updates until the PR is merged, and then I think the label is removed and the PR is closed.

The 1 - Ready label is a waffle thing that we've repurposed. The status updates if a human being updates it, just like any other issue.

I guess I meant to say that Gavin has it setup to automatically apply that label.

This issue is partially done in that we do show PRs that have been assigned. Will close this issue as being done and giving the user an option to view PRs created by the user can be requested in a future enhancement issue.