computationalmystic / augur-group29

MIT License
0 stars 1 forks source link

Link RepoSearchBar input to database #7

Open tpafzf opened 5 years ago

tpafzf commented 5 years ago

use queried git branch info to locate metrics in ghtorrent/facade databases.

tpafzf commented 5 years ago

I have been looking at other examples from the augur codebase to try and find where the data endpoints are for displaying metrics on a desired graph. My ultimate concern is how to only implement the change in a single desired graph as opposed to across the system, which is how the functionality of the compare repos works in its current state.

tpafzf commented 5 years ago

In the future a dynamic function that grabbed the specific data table and populated it with data based on the repository used in the searchbar whould probably be the best approach.