Put network inside Graph
Dev: https://dev.gitlab.org/gitlab/gitlabhq/issues/2481
We have Graph tab which has next pages:
- contributor graph
- commits graph
Network is also a graph. But it has separate tab now.
I propose we organize all graphs under one tab with name Graph
.
Why?
- because it logical to have all graphs collected in one place
- because we same some space in sidebar by removing one element
Screenshot
Douwe
The network graph is a different type of graph than those we have on the Graphs page. Per the Wikipedia disambiguation page for "Graph": Graph may refer to:
In information science:
- Chart, a graphical representation of data also called a "graph"
- Infographic, a graph intermixing data and visual or textual information In mathematics:
- Graph (mathematics), a set of vertices and edges
The Graphs page shows charts, i.e. pretty data visualization, while the Network graph is a mathematical graph that represents data directly, the data being the repository's history as vertices and edges.
The Network graph is a different but equally valid way of viewing the data inside the repository, just like the Commits, Compare, Tags and Branches tabs, so alongside those it belongs. It is not a chart or otherwise data visualization.
Dmitriy
ok I can not argue with Wikipedia
😃 Lets put it under commits tab
Sid
👍 for the commits tab, good point Douwe