Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add dailyFlightStats
Generate a on-time stats by day to generate charts.
- Loading branch information
Showing
with
352 additions
and 3 deletions.
- +16 −0 backendA/main.go
- +97 −0 backendA/stats.go
- +21 −2 backendB/app/flight_stats.go
- +71 −1 backendB/app/graphql/flight_stats.go
- +45 −0 backendB/app/graphql/flight_stats_test.go
- +1 −0 backendB/app/graphql/graphql.go
- +41 −0 backendB/app/mysql/flight_stats.go
- +51 −0 backendB/app/mysql/flight_stats_test.go
- +5 −0 backendB/app/store_mock.go
- +1 −0 backendB/go.sum
- +2 −0 backendtest/queries.go
- +1 −0 testfiles/golden/1667c16b
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.