w32blaster / revizor

Revizor - the code review tool.
http://revizor.reviews
GNU General Public License v2.0
5 stars 1 forks source link

Add feature to view all the changeset without a review #21

Closed w32blaster closed 9 years ago

w32blaster commented 9 years ago

At this moment there is only one possibility to view the DIFF code is to create a review. But usually managers and team leaders needs just to browse new commits without any review, just only to check it.

Solution

Each changeset in history graph should be clikcable. When user clicks to a changeset, then opens a view that looks like a review, but it does not conain any comments, header, description and etc. User can only view DIFFs and he/she can not leave a comments.

Each page should contain a big button "Create review" that can create a review from the browsed changeset.

ToDo: