w32blaster / revizor

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

Implement a graph showing branches and a history of commits #9

Closed w32blaster closed 9 years ago

w32blaster commented 10 years ago

Introduction

At this moment the Dashboard has two columns: Notifications an Repository view.

The main dashboard

We need to improve the right side of the Dashboard and implement a graph showing branches and history.

This is how the similar graph looks like in the Bitbucket: the graph in the bitbucket

This is how it looks in the Google Code: The graph in Google Code

As I understand from the source code, all these trees were build using SVG. We need to implement the same graph in our dashboard.

To do

Here is a todo-list for this task:

w32blaster commented 9 years ago

resources about SVG: http://css-tricks.com/mega-list-svg-information/