A simple terminal UI dashboard for code review

Reviews is a simple code review manager that lists the status of open pull requests across multiple organizations & repositories as a terminal UI dashboard.

The project was created as a way to keep on top of multiple teams creating large amounts…


This content originally appeared on DEV Community and was authored by Kyle Harrison

Reviews is a simple code review manager that lists the status of open pull requests across multiple organizations & repositories as a terminal UI dashboard.

Alt Text

The project was created as a way to keep on top of multiple teams creating large amounts of pull requests across several repositories by having a single up-to-date view of the pull request's approval status and age.

The initial implementation can be found over on Github at https://github.com/apoclyps/code-review-manager and can be installed from PyPI: https://pypi.org/project/reviews/

Contributions and feedback are welcome. It's in the very early stages of development and it has a long way to go but hopefully, there is enough here for others to derive some value from it being released early.

Getting started with reviews

You can immediately start using review by installing it from PyPI and using providing the following configuration before running it.

pip install reviews

export REPOSITORY_CONFIGURATION="apoclyps/code-review-manager,apoclyps/my-dev-space"
export GITHUB_TOKEN="your-token"

reviews dashboard


This content originally appeared on DEV Community and was authored by Kyle Harrison


Print Share Comment Cite Upload Translate Updates
APA

Kyle Harrison | Sciencx (2021-04-16T16:19:04+00:00) A simple terminal UI dashboard for code review. Retrieved from https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/

MLA
" » A simple terminal UI dashboard for code review." Kyle Harrison | Sciencx - Friday April 16, 2021, https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/
HARVARD
Kyle Harrison | Sciencx Friday April 16, 2021 » A simple terminal UI dashboard for code review., viewed ,<https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/>
VANCOUVER
Kyle Harrison | Sciencx - » A simple terminal UI dashboard for code review. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/
CHICAGO
" » A simple terminal UI dashboard for code review." Kyle Harrison | Sciencx - Accessed . https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/
IEEE
" » A simple terminal UI dashboard for code review." Kyle Harrison | Sciencx [Online]. Available: https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/. [Accessed: ]
rf:citation
» A simple terminal UI dashboard for code review | Kyle Harrison | Sciencx | https://www.scien.cx/2021/04/16/a-simple-terminal-ui-dashboard-for-code-review/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.