tribe icon indicating copy to clipboard operation
tribe copied to clipboard

PR Support

Open stanner opened this issue 8 years ago • 3 comments

Add relevant PRs to the tribe utility. For each line of code or section of code, if a PR exists, show it in the panel. 'Enter' will open up details of that PR without needing to leave the terminal. Needs design.

stanner avatar Sep 27 '17 21:09 stanner

Can you add more details?

allienna avatar Sep 28 '17 11:09 allienna

Add relevant PRs to the tribe utility. For each line of code or section of code, if a PR exists, show it in the pr panel. 'Enter' will open up details of that PR without needing to leave the terminal. Needs design. PR Panel should be located on right side of the tribe utility.

stanner avatar Oct 03 '17 14:10 stanner

To get started, you might want to take a look at the ItemServer interface in the work package. There are already 2 implementations of this interface and ItemServer is tribe looks up Items from commit messages. The usages of ItemServer are in the model package.

aesterline avatar Oct 03 '17 14:10 aesterline