Closed ghost closed 5 years ago
For this issue we noticed that the "commits per week" SQL was given incorrect parameters, and that the SQL was not returning a "date" variable. This would prevent the graph from displaying the data with the correct timeframe and break it. Our solution was to change the SQL so it selected "author_date" and returned that so it could be used by our graphs.
This issue is complete so we closed the issue.
Now, author_date is selected from the facade database. This is how the endpoints displays the new data:
Describe the bug: The SQL does not retrieve the date of commit in the correct format so the Vega Lite graphs will have trouble displaying it.
To Reproduce: Steps to reproduce the behavior:
Expected behavior: You should notice that the graph displays 1961 as the date and no lines being shown on the graph. This is due to the date not being formatted correctly so no information will show up.
Screenshots
Desktop (please complete the following information):
Additional context We worked on this issue in office hours. We need to concatenate the date so that Vega Lite accepts it.
This was assigned to Matt Rockey