Closed dtsrkb closed 5 years ago
Maybe change the title to "get issues data"
The SQL code for retrieving this information from the database is roughly finished, but there are a few tweaks in order to make it perfect. There is still no way for us to take this info and display it on the frontend.
Our code now retrieves and displays the URL data for the 5 most recent issues on a repository in the UI. Next step will be to format this data appropriately for the UI, which is being handled in a different issue. This issue is being considered closed
We are looking to implement something that will grab issues off of the githubapi and display them on the introduction page component in Augur. There is a possible starting point when looking at how they grab issues for the metrics, but instead of putting them in a dataframe we are going to display the issues.
This is the function we are currently looking at ^^^
The issues will be displayed under where it says "Issues For Newcomers" above the metrics and below the form elements